0000849: [Sketcher] Small inconsistency with update

This commit is contained in:
wmayer 2013-07-01 13:08:47 +02:00
parent 0361730d98
commit f5d091fc96

View File

@ -131,6 +131,7 @@ void EditDatumDialog::exec(bool atCursor)
sketch->getNameInDocument(),
ConstrNbr, newDatum);
Gui::Command::commitCommand();
Gui::Command::updateActive();
}
catch (const Base::Exception& e) {
QMessageBox::critical(qApp->activeWindow(), QObject::tr("Dimensional constraint"), QString::fromUtf8(e.what()));