X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FFormContainer.cxx;h=dbd40645c91989a78c9808a7fa585cf0e836ed25;hb=8c2e1b417dcdc2fcf67697bee04f4bf72695d497;hp=7e43deee49eb115ad29abbe773aaef56b88e38cc;hpb=54dd4bca5d0eb605fae21321a06bbdee31dbe886;p=modules%2Fyacs.git diff --git a/src/genericgui/FormContainer.cxx b/src/genericgui/FormContainer.cxx index 7e43deee4..dbd40645c 100644 --- a/src/genericgui/FormContainer.cxx +++ b/src/genericgui/FormContainer.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2021 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 @@ -47,7 +47,9 @@ void FormContainer::FillPanel(YACS::ENGINE::Container *container) DEBTRACE("FormContainer::FillPanel"); FormContainerBase::FillPanel(container); if(container) + { ch_aoc->setCheckState(container->isAttachedOnCloning()?Qt::Checked:Qt::Unchecked); + } cb_type->clear(); cb_type->addItem("mono"); cb_type->addItem("multi");