From: nds Date: Thu, 24 Apr 2014 07:07:18 +0000 (+0400) Subject: refs #30 - Sketch base GUI: create, draw lines X-Git-Tag: V_0.2~127 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8359cbe4eac84780d1bd6871dd62922178cf60e;p=modules%2Fshaper.git refs #30 - Sketch base GUI: create, draw lines Undoes the previous commit. --- 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; }