Skip to content

Commit

Permalink
Check for colliding connections when using the old API (#11404)
Browse files Browse the repository at this point in the history
Fixes #11401
  • Loading branch information
adeas31 committed Oct 19, 2023
1 parent f1f3f79 commit 7b4bd93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp
Expand Up @@ -6072,6 +6072,7 @@ void ModelWidget::loadConnections()
getModelInitialStates();
}
mConnectionsLoaded = true;
mpDiagramGraphicsView->handleCollidingConnections();
}
}

Expand Down

0 comments on commit 7b4bd93

Please sign in to comment.