From: nds Date: Thu, 8 Sep 2016 08:44:48 +0000 (+0300) Subject: Do not clear in neutral point correction. X-Git-Tag: V_2.5.0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=400e94604d2ec4d831de390126b618dc82c7ab41;p=modules%2Fshaper.git Do not clear in neutral point correction. --- diff --git a/src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp b/src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp index 1f1686bab..bc5fb36d0 100755 --- a/src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp +++ b/src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp @@ -412,6 +412,7 @@ void ModuleBase_WidgetMultiSelector::onSelectionChanged() // it should be postponed to exit from the selectionChanged processing static Events_ID anEvent = Events_Loop::eventByName(EVENT_UPDATE_BY_WIDGET_SELECTION); ModelAPI_EventCreator::get()->sendUpdated(myFeature, anEvent); + Events_Loop::loop()->flush(anEvent); return; } }