]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To disable "Use Only Groups" functionality when the presentation has no fiex timestam...
authorapo <apo@opencascade.com>
Sat, 28 Apr 2007 05:12:46 +0000 (05:12 +0000)
committerapo <apo@opencascade.com>
Sat, 28 Apr 2007 05:12:46 +0000 (05:12 +0000)
src/VISUGUI/VisuGUI_InputPane.cxx

index 980fd1394635d514bfd628d909530b271e48f061..bcf5055c1093cf7534051c3e6f0d5e8a58e6241b 100644 (file)
@@ -509,6 +509,7 @@ void VisuGUI_InputPane::initFromPrsObject( VISU::ColoredPrs3d_i* thePrs )
     }      
   }
   myUseGroupsGroupBox->setChecked(mySelectedGroups->count() > 0);
+  myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed);
 }