Browse Source

fix-m-typing

MonkeyFirst 10 years ago
parent
commit
46aa0c52e1
1 changed files with 4 additions and 1 deletions
  1. 4 1
      bin/Data/Scripts/Editor/EditorScene.as

+ 4 - 1
bin/Data/Scripts/Editor/EditorScene.as

@@ -522,7 +522,10 @@ bool ToggleSceneUpdate()
 
 bool ShowLayerMover()
 {
-  return ShowLayerEditor();
+  if(ui.focusElement is null) 
+    return ShowLayerEditor();
+  else
+    return false;
 }
 
 void SetSceneModified()