From: nds Date: Thu, 8 Sep 2016 08:38:12 +0000 (+0300) Subject: Do not clear in neutral point correction. X-Git-Tag: V_2.5.0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d5b34eecbe818f8df6b353de5422183baa53a88e;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 705ca57f2..1f1686bab 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); + return; } } }