Skip to content

Commit

Permalink
No context menu when creating a transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Aug 16, 2017
1 parent 830a970 commit 829f2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
Expand Up @@ -2463,6 +2463,7 @@ void GraphicsView::contextMenuEvent(QContextMenuEvent *event)
{
/* If we are creating the connection OR creating any shape then don't show context menu */
if (isCreatingConnection() ||
isCreatingTransition() ||
isCreatingLineShape() ||
isCreatingPolygonShape() ||
isCreatingRectangleShape() ||
Expand Down

0 comments on commit 829f2ca

Please sign in to comment.