]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2962: Provide name of 'Change Sketch plane' operation in Undo/Redo lists
authorvsv <vsv@opencascade.com>
Fri, 26 Jul 2019 12:50:53 +0000 (15:50 +0300)
committervsv <vsv@opencascade.com>
Fri, 26 Jul 2019 12:50:53 +0000 (15:50 +0300)
src/PartSet/PartSet_WidgetSketchLabel.cpp

index bb77a72aefa458c48cd8e3c56e5bce74a3ba571f..231c512fa895b2770608c9b24c5c84b1e9240fd0 100644 (file)
@@ -694,7 +694,7 @@ void PartSet_WidgetSketchLabel::onChangePlane()
     aWorkshop->selectionActivate()->updateSelectionModes();
 
     SessionPtr aMgr = ModelAPI_Session::get();
-    aMgr->startOperation();
+    aMgr->startOperation("Change Sketch plane");
     myOpenTransaction = true;
   }
 }