From: apo Date: Sat, 28 Apr 2007 05:12:46 +0000 (+0000) Subject: To disable "Use Only Groups" functionality when the presentation has no fiex timestam... X-Git-Tag: mergeto_BR_Dev_For_4_0_21May07~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9c23047f4c2a7789c8c345a364e23ed4ff486cc6;p=modules%2Fvisu.git To disable "Use Only Groups" functionality when the presentation has no fiex timestamp (postponed to the future development) --- diff --git a/src/VISUGUI/VisuGUI_InputPane.cxx b/src/VISUGUI/VisuGUI_InputPane.cxx index 980fd139..bcf5055c 100644 --- a/src/VISUGUI/VisuGUI_InputPane.cxx +++ b/src/VISUGUI/VisuGUI_InputPane.cxx @@ -509,6 +509,7 @@ void VisuGUI_InputPane::initFromPrsObject( VISU::ColoredPrs3d_i* thePrs ) } } myUseGroupsGroupBox->setChecked(mySelectedGroups->count() > 0); + myUseGroupsGroupBox->setEnabled(anIsTimeStampFixed); }