From: dmv Date: Fri, 20 Mar 2009 09:40:36 +0000 (+0000) Subject: IPAL19242 It is desirable to replace name of message “Fatal Error” by “Warningâ... X-Git-Tag: V4_1_0_maintainance_20090323 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b27177dcd573a7e54e8fb7dea8c2f71831dd6c8;p=modules%2Fvisu.git IPAL19242 It is desirable to replace name of message “Fatal Error” by “Warning” in case user deciding show results on groups while groups are missing in mesh at all. --- diff --git a/src/VISUGUI/VisuGUI_InputPane.cxx b/src/VISUGUI/VisuGUI_InputPane.cxx index 61d1ef81..4a59da1d 100644 --- a/src/VISUGUI/VisuGUI_InputPane.cxx +++ b/src/VISUGUI/VisuGUI_InputPane.cxx @@ -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); }