]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetFeatureSelector.cpp
Salome HOME
Issue #2353: Correct misprint and provide undo/redo by selection in Undo/Redo list
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFeatureSelector.cpp
index a378b0a04f46cd1d31f05d77cca223745ae1aa5b..88e482ada1f75badab4c0da6b9e7de1afd484447 100644 (file)
@@ -118,12 +118,13 @@ void ModuleBase_WidgetFeatureSelector::deactivate()
 }
 
 //********************************************************************
-bool ModuleBase_WidgetFeatureSelector::processAction(ModuleBase_ActionType theActionType)
+bool ModuleBase_WidgetFeatureSelector::processAction(ModuleBase_ActionType theActionType,
+                                                     const ActionParamPtr& theParam)
 {
   if (theActionType == ActionSelection)
     onSelectionChanged();
   else
-    return ModuleBase_WidgetValidated::processAction(theActionType);
+    return ModuleBase_WidgetValidated::processAction(theActionType, theParam);
 
   return true;
 }