From: mzn Date: Wed, 7 Sep 2005 06:22:45 +0000 (+0000) Subject: Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink... X-Git-Tag: V3_1_0a1~15 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=287d1c47201de439b4f52eae1f79a03ad110cd97 Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink? are permuted. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 02c825102..349eb3ec4 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -2828,8 +2828,8 @@ void SMESHGUI::createPreferences() QStringList modes; modes.append( "Wireframe" ); modes.append( "Shading" ); - modes.append( "Shrink" ); modes.append( "Nodes" ); + modes.append( "Shrink" ); QValueList indices; indices.append( 0 ); indices.append( 1 );