]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp
Salome HOME
Avoid crash in SALOME mode.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetMultiSelector.cpp
index 409c2949b32815cc215f6140d6a7916066b788c2..973b9b6ec5aeaa7d02d27de41f478b5d5fac19bc 100755 (executable)
@@ -371,8 +371,8 @@ bool ModuleBase_WidgetMultiSelector::processAction(ModuleBase_ActionType theActi
 
       myWorkshop->updateCommandStatus();
 #ifdef DEBUG_UNDO_REDO
-      printHistoryInfo(QString("processAction %1").arg(theActionType == ActionUndo ? "Undo" : "Redo"),
-        myCurrentHistoryIndex, mySelectedHistoryValues);
+      printHistoryInfo(QString("processAction %1").arg(theActionType == ActionUndo ? "Undo"
+        : "Redo"), myCurrentHistoryIndex, mySelectedHistoryValues);
 #endif
       return true;
     }