Salome HOME
Issue #2353: Correct misprint and provide undo/redo by selection in Undo/Redo list
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.cpp
index bbf6e2b667016b85655b00558cb0657218703ac0..d91cb5c26c4471329b86c1edf68b520d25d71043 100644 (file)
@@ -452,12 +452,13 @@ bool PartSet_WidgetSketchLabel::canFillSketch(const ModuleBase_ViewerPrsPtr& the
 }
 
 //********************************************************************
-bool PartSet_WidgetSketchLabel::processAction(ModuleBase_ActionType theActionType)
+bool PartSet_WidgetSketchLabel::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;
 }