Sketcher: auto undo when canceling constraint editing

This commit is contained in:
Zheng, Lei
2019-08-07 08:41:53 +08:00
committed by wmayer
parent 2cb69603b6
commit 022e6c6fb2

View File

@@ -180,6 +180,8 @@ void EditDatumDialog::exec(bool atCursor)
Gui::Command::abortCommand();
}
}
} else {
Gui::Command::abortCommand();
}
}
}