Skip to content

Commit 9853535

Browse files
authored
Merge pull request #332 from anjaldoshi/lfp-refactor
Fix GraphViewer not updating when re-ordering processors in signal chain
2 parents 25003b9 + 2c89aef commit 9853535

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)