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

SceneEditor: Fix props after duplicate

trethaller 7 жил өмнө
parent
commit
52c7a4d9a5

+ 1 - 0
hide/comp/SceneEditor.hx

@@ -858,6 +858,7 @@ class SceneEditor {
 			tree.setSelection(all);
 			gizmo.startMove(MoveXY, true);
 			gizmo.onFinishMove = function() {
+				refreshProps();
 				undo.change(Custom(function(undo) {
 					for(e in newElements) {
 						if(undo) {