Sketcher_Dimension Fix the transaction auto-closing issue
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user