Salome HOME
Do not clear in neutral point correction.
authornds <nds@opencascade.com>
Thu, 8 Sep 2016 08:38:12 +0000 (11:38 +0300)
committernds <nds@opencascade.com>
Thu, 8 Sep 2016 08:38:26 +0000 (11:38 +0300)
src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp

index 705ca57f231732cdadaa3d7e21dfb35dda4bcb30..1f1686bab9af6813e37aa510f988730b97a1856c 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);
+        return;
       }
     }
   }