From: nds Date: Thu, 19 May 2016 14:12:58 +0000 (+0300) Subject: Issue #1495 Not possible to validate the sketch after undo X-Git-Tag: V_2.3.1~80 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33b6d931a295518c9d5310dd041eebf4dc39c315;p=modules%2Fshaper.git Issue #1495 Not possible to validate the sketch after undo --- diff --git a/src/XGUI/XGUI_OperationMgr.cpp b/src/XGUI/XGUI_OperationMgr.cpp index 7b1a4e14d..3a98d98e9 100644 --- a/src/XGUI/XGUI_OperationMgr.cpp +++ b/src/XGUI/XGUI_OperationMgr.cpp @@ -284,6 +284,8 @@ void XGUI_OperationMgr::updateApplyOfOperations(ModuleBase_Operation* theOperati updateApplyOfOperations(anOperation); } } + // Apply button of the current operation should also be updated + onValidateOperation(); } bool XGUI_OperationMgr::canStopOperation(ModuleBase_Operation* theOperation)