From: mpv Date: Fri, 30 Dec 2016 14:50:58 +0000 (+0300) Subject: Fix for the issue #1929 X-Git-Tag: V_2.7.0~351^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=994988c2f58d1aa16cab6231c63b847297f5d7c1;p=modules%2Fshaper.git Fix for the issue #1929 --- diff --git a/src/SketchPlugin/SketchPlugin_ConstraintSplit.cpp b/src/SketchPlugin/SketchPlugin_ConstraintSplit.cpp index b4ec984b8..fcde94254 100755 --- a/src/SketchPlugin/SketchPlugin_ConstraintSplit.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintSplit.cpp @@ -298,6 +298,7 @@ void SketchPlugin_ConstraintSplit::execute() } #endif ModelAPI_Tools::removeFeaturesAndReferences(aFeaturesToDelete); + Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_DELETED)); #ifdef DEBUG_SPLIT std::cout << "update features after split:" << std::endl;