From 9c23047f4c2a7789c8c345a364e23ed4ff486cc6 Mon Sep 17 00:00:00 2001 From: apo Date: Sat, 28 Apr 2007 05:12:46 +0000 Subject: [PATCH] To disable "Use Only Groups" functionality when the presentation has no fiex timestamp (postponed to the future development) --- src/VISUGUI/VisuGUI_InputPane.cxx | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.39.2