Skip to content

Commit 2c89aef

Browse files
committed
Fix GraphViewer not updating when moving processors in signal chain
1 parent 25003b9 commit 2c89aef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Source/UI/EditorViewport.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,9 @@ void EditorViewport::mouseUp(const MouseEvent& e)
907907

908908
signalChainManager->updateVisibleEditors(editor, indexOfMovingComponent,
909909
insertionPoint, MOVE);
910+
911+
AccessClass::getGraphViewer()->updateNodeLocations();
912+
910913
refreshEditors();
911914
repaint();
912915

0 commit comments

Comments
 (0)