更新Getpoint 对前视图的渲染. 避免拾取点之后橡皮筋还显示

pull/7/head
ChenX 7 years ago
parent f734afe5b7
commit 54b3434003

@ -133,9 +133,7 @@ export class Editor
//返回
let _return = () =>
{
this.m_App.m_Viewer.m_PreViewer.ToSelect();
this.m_InputState = InputState.None;
this.noSnapList.clear();
//清理所有的注入函数.
@ -143,6 +141,7 @@ export class Editor
{
destroyFunc();
}
this.m_App.m_Viewer.m_PreViewer.ToSelect();
resolve(retValue);
this.UpdateScreen();

Loading…
Cancel
Save