]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL19242 It is desirable to replace name of message â\80\9cFatal Errorâ\80\9d by â\80\9cWarningâ... V4_1_0_maintainance_20090323 V4_1_0_maintainance_20090331 V4_1_0_maintainance_20090408
authordmv <dmv@opencascade.com>
Fri, 20 Mar 2009 09:40:36 +0000 (09:40 +0000)
committerdmv <dmv@opencascade.com>
Fri, 20 Mar 2009 09:40:36 +0000 (09:40 +0000)
src/VISUGUI/VisuGUI_InputPane.cxx

index 61d1ef818e0304bbb5eacfa05fba8f941ad1ecb5..4a59da1d3e2d28ec952cb3577b8527e94cc8147c 100644 (file)
@@ -535,10 +535,10 @@ void VisuGUI_InputPane::initFromPrsObject( VISU::ColoredPrs3d_i* thePrs )
     for(; anIter != aGroupNames.end(); anIter++){
       const std::string aGroupName = *anIter;
       mySelectedGroups->insertItem(QString(aGroupName));
-    }      
+    }
+    myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed);
   }
   myUseGroupsGroupBox->setChecked(mySelectedGroups->count() > 0);
-  myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed);
 }