Przeglądaj źródła

Force scene refresh on rename

trethaller 6 lat temu
rodzic
commit
8301258a04
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      hide/comp/SceneEditor.hx

+ 1 - 0
hide/comp/SceneEditor.hx

@@ -415,6 +415,7 @@ class SceneEditor {
 				tree.refresh();
 				refreshScene();
 			});
+			refreshScene();
 			return true;
 		};
 		tree.onAllowMove = function(_, _) {