Skip to content

Commit

Permalink
Fixes ticket:5716 Clear the items when redrawing the views
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 26, 2019
1 parent 164cdfd commit ee29dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp
Expand Up @@ -1127,6 +1127,7 @@ void GraphicsView::clearGraphicsView()
removeInheritedClassConnections();
removeInheritedClassComponents();
scene()->clear();
mAllItems.clear();
}

/*!
Expand Down

0 comments on commit ee29dc4

Please sign in to comment.