From e60b61962b051180dab78bb91977d58d59ca7614 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 26 Jul 2019 15:50:53 +0300 Subject: [PATCH] Issue #2962: Provide name of 'Change Sketch plane' operation in Undo/Redo lists --- src/PartSet/PartSet_WidgetSketchLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2