From f5d091fc9619b161b57de0f6f5c2e9da2abd1f0f Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 1 Jul 2013 13:08:47 +0200 Subject: [PATCH] 0000849: [Sketcher] Small inconsistency with update --- src/Mod/Sketcher/Gui/EditDatumDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Sketcher/Gui/EditDatumDialog.cpp b/src/Mod/Sketcher/Gui/EditDatumDialog.cpp index 80de72074..31a60bced 100644 --- a/src/Mod/Sketcher/Gui/EditDatumDialog.cpp +++ b/src/Mod/Sketcher/Gui/EditDatumDialog.cpp @@ -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()));