From: vsv Date: Fri, 26 Jul 2019 12:50:53 +0000 (+0300) Subject: Issue #2962: Provide name of 'Change Sketch plane' operation in Undo/Redo lists X-Git-Tag: VEDF2019Lot4~85 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e60b61962b051180dab78bb91977d58d59ca7614;p=modules%2Fshaper.git Issue #2962: Provide name of 'Change Sketch plane' operation in Undo/Redo lists --- diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index bb77a72ae..231c512fa 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -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; } }