Browse Source

Update box when disconnecting edge

Jed 4 năm trước cách đây
mục cha
commit
f59db13209
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hide/view/shadereditor/ShaderEditor.hx

+ 1 - 0
hide/view/shadereditor/ShaderEditor.hx

@@ -1489,6 +1489,7 @@ class ShaderEditor extends hide.view.Graph {
 		afterChange();
 		removeEdgeSubGraphUpdate(edge);
 		launchCompileShader();
+		refreshBox(edge.to);
 	}
 
 	override function updatePosition(box : Box) {