From 287d1c47201de439b4f52eae1f79a03ad110cd97 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 7 Sep 2005 06:22:45 +0000 Subject: [PATCH 1/1] Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink? are permuted. --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.30.2