MonkeyFirst 10 年 前
コミット
46aa0c52e1
1 ファイル変更4 行追加1 行削除
  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()