Sketcher_Dimension Fix the transaction auto-closing issue

This commit is contained in:
Paddle
2023-08-31 14:05:39 +02:00
committed by Chris Hennes
parent c72c9eaaa3
commit a121f8710f

View File

@@ -2366,6 +2366,7 @@ CmdSketcherDimension::CmdSketcherDimension()
void CmdSketcherDimension::activated(int iMsg)
{
Q_UNUSED(iMsg);
App::AutoTransaction::setEnable(false);
// get the selection
std::vector<Gui::SelectionObject> selection = getSelection().getSelectionEx();