From: vsv Date: Fri, 15 Aug 2014 08:56:04 +0000 (+0400) Subject: Validate resumed operation X-Git-Tag: V_0.4.4~105^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aca3a087b436915d8e7cc5f059d2e41e2300686d;p=modules%2Fshaper.git Validate resumed operation --- diff --git a/src/XGUI/XGUI_OperationMgr.cpp b/src/XGUI/XGUI_OperationMgr.cpp index 7dca8e3c1..236747a7d 100644 --- a/src/XGUI/XGUI_OperationMgr.cpp +++ b/src/XGUI/XGUI_OperationMgr.cpp @@ -206,8 +206,10 @@ void XGUI_OperationMgr::onOperationStopped() break; } } - if (aResultOp) + if (aResultOp) { resumeOperation(aResultOp); + validateCurrentOperation(); + } } void XGUI_OperationMgr::onKeyReleased(const std::string& theName, QKeyEvent* theEvent)