Salome HOME
Some minor changes in tests. Now the initialization plugin performs correctly in...
[modules/shaper.git] / src / Model / Model_Document.cpp
index b0960472f2ff5245bfc33c80606c6420c028aaa4..54840e4bc65d1cedfe0165601732964bc28b12e9 100755 (executable)
@@ -1002,7 +1002,8 @@ void Model_Document::setCurrentFeature(
     }
 
     if (anIter->getKind() == "Parameter") {// parameters are always out of the history of features, but not parameters
-      if (!isCurrentParameter)
+      // due to the issue 1491 all parameters are kept enabled any time
+      //if (!isCurrentParameter)
         aDisabledFlag = false;
     } else if (isCurrentParameter) { // if paramater is active, all other features become enabled (issue 1307)
       aDisabledFlag = false;