Преглед на файлове

Force scene refresh on rename

trethaller преди 6 години
родител
ревизия
8301258a04
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      hide/comp/SceneEditor.hx

+ 1 - 0
hide/comp/SceneEditor.hx

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