]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Do not clear in neutral point correction.
authornds <nds@opencascade.com>
Thu, 8 Sep 2016 08:44:48 +0000 (11:44 +0300)
committernds <nds@opencascade.com>
Thu, 8 Sep 2016 08:44:48 +0000 (11:44 +0300)
src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp

index 1f1686bab9af6813e37aa510f988730b97a1856c..bc5fb36d02331c84d53cc1af907795587d8c2032 100755 (executable)
@@ -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;
       }
     }