From 270d9da5ea46bab8b5b86c37efecda9e138e9462 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 2 Apr 2009 08:53:52 +0000 Subject: [PATCH] IPAL19242 It is enabled controls in case user deciding show results on groups while groups are missing in mesh at all. --- src/VISUGUI/VisuGUI_InputPane.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI_InputPane.cxx b/src/VISUGUI/VisuGUI_InputPane.cxx index 442bc0a1..b5b95490 100644 --- a/src/VISUGUI/VisuGUI_InputPane.cxx +++ b/src/VISUGUI/VisuGUI_InputPane.cxx @@ -554,10 +554,10 @@ void VisuGUI_InputPane::initFromPrsObject( VISU::ColoredPrs3d_i* thePrs ) for(; anIter != aGroupNames.end(); anIter++){ const std::string aGroupName = *anIter; mySelectedGroups->insertItem(mySelectedGroups->count(), aGroupName.c_str()); - } + } + myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed); } myUseGroupsGroupBox->setChecked(mySelectedGroups->count() > 0); - myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed); } -- 2.39.2