]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
AcceptAll is always enabled. This is a temporary fix to hide a regression, where...
authornds <nds@opencascade.com>
Tue, 25 Aug 2015 05:26:29 +0000 (08:26 +0300)
committernds <nds@opencascade.com>
Tue, 25 Aug 2015 05:26:52 +0000 (08:26 +0300)
src/XGUI/XGUI_OperationMgr.cpp

index 1845110e88bb55870d26c4c8e70ff06fe7f2b6d7..3bab1779f7888e3ae7def969319913c2cb851db5 100644 (file)
@@ -189,7 +189,7 @@ void XGUI_OperationMgr::setApplyEnabled(const bool theEnabled)
   myIsApplyEnabled = theEnabled;
   emit validationStateChanged(theEnabled);
 
-  bool aParentValid = isParentOperationValid();
+  bool aParentValid = true;//isParentOperationValid();
   emit nestedStateChanged(aParentValid);
 }