]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL19242 It is enabled controls in case user deciding show results on groups while...
authordmv <dmv@opencascade.com>
Thu, 2 Apr 2009 08:53:52 +0000 (08:53 +0000)
committerdmv <dmv@opencascade.com>
Thu, 2 Apr 2009 08:53:52 +0000 (08:53 +0000)
src/VISUGUI/VisuGUI_InputPane.cxx

index 442bc0a15907d9611923a6af446eac2daf6b8367..b5b95490321e67abc547e370a7bc9bc01d6f5757 100644 (file)
@@ -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);
 }