Commit 770a8c9c by wangonghui

上大屏幕模板出现卡帧问题

parent 0010119d
......@@ -58,6 +58,8 @@ namespace VIZ.Package.Module
// 清楚板子上的信息
this.vizCommandService.SetCue(conn, ApplicationDomainEx.CurrentPage.ScenePath);
this.vizCommandService.Start(conn, ApplicationDomainEx.CurrentPage.Layer, ApplicationDomainEx.CurrentPage.ScenePath);
this.vizCommandService.SetObject(conn, ApplicationDomainEx.CurrentPage.ScenePath, ApplicationDomainEx.CurrentPage.Layer);
if (view != null)
......@@ -70,8 +72,6 @@ namespace VIZ.Package.Module
log.Error(ex);
}
this.vizCommandService.Start(conn, ApplicationDomainEx.CurrentPage.Layer, ApplicationDomainEx.CurrentPage.ScenePath);
this.vizCommandService.SetEnabledUpdate(conn, true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment