Salome HOME
Copyright update 2020
[modules/yacs.git] / src / genericgui / EditionForEachLoop.cxx
index 77783c344ece52cd277068ee817d8f6d1f146b24..43346d080cdbfea2d9d5228df0441da45556ccfc 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -46,6 +46,8 @@ EditionForEachLoop::EditionForEachLoop(Subject* subject,
   _wid->gridLayout1->addWidget(_formEachLoop);
   _formEachLoop->sb_nbranch->setMinimum(1);
   _formEachLoop->sb_nbranch->setMaximum(INT_MAX);
+  if (!QtGuiContext::getQtCurrent()->isEdition())
+    _formEachLoop->setEnabled (false);
   Node* node=_subjectNode->getNode();
   ForEachLoop *fe = dynamic_cast<ForEachLoop*>(node);
   if(fe)