2
0
Эх сурвалжийг харах

Merge remote-tracking branch 'monkeyfirst/type-m-layer-editor-fix'

Lasse Öörni 10 жил өмнө
parent
commit
f234eb7919

+ 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()