Browse Source

SceneEditor: Fix props after duplicate

trethaller 7 years ago
parent
commit
52c7a4d9a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/comp/SceneEditor.hx

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