Salome HOME
Avoid the modification of the composed nodes ports when in run schema mode.
[modules/yacs.git] / src / genericgui / EditionLoop.cxx
index bf3f5e7425d96fc3e60515eed889ce24893884bf..4458308fe8412efc221d5c8ddec93636cd123e04 100644 (file)
@@ -55,6 +55,9 @@ EditionLoop::EditionLoop(Subject* subject,
 
   _formLoop->sb_nsteps->setMinimum(0);
   _formLoop->sb_nsteps->setMaximum(INT_MAX);
+  if (!QtGuiContext::getQtCurrent()->isEdition())
+    _formLoop->setEnabled (false);
+  
   connect(_formLoop->sb_nsteps, SIGNAL(editingFinished()),
           this, SLOT(onNbStepsEdited()));
 }