From c8359cbe4eac84780d1bd6871dd62922178cf60e Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 24 Apr 2014 11:07:18 +0400 Subject: [PATCH] refs #30 - Sketch base GUI: create, draw lines Undoes the previous commit. --- src/XGUI/XGUI_Workshop.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index a3fefefab..1a9ad3b6e 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -158,8 +158,10 @@ void XGUI_Workshop::processEvent(const Event_Message* theMessage) (ModuleBase_PropPanelOperation*)(aPartSetMsg->pointer()); if (myOperationMgr->startOperation(anOperation)) { - if (anOperation->isPerformedImmediately()) + if (anOperation->isPerformedImmediately()) { anOperation->commit(); + updateCommandStatus(); + } } return; } -- 2.39.2