Salome HOME
Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink...
authormzn <mzn@opencascade.com>
Wed, 7 Sep 2005 06:22:45 +0000 (06:22 +0000)
committermzn <mzn@opencascade.com>
Wed, 7 Sep 2005 06:22:45 +0000 (06:22 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 02c8251023b2977c32b4aa48d122716df23f563b..349eb3ec4bbe6bded65ffa9b4e08992647849d3e 100644 (file)
@@ -2828,8 +2828,8 @@ void SMESHGUI::createPreferences()
   QStringList modes;
   modes.append( "Wireframe" );
   modes.append( "Shading" );
   QStringList modes;
   modes.append( "Wireframe" );
   modes.append( "Shading" );
-  modes.append( "Shrink" );
   modes.append( "Nodes" );
   modes.append( "Nodes" );
+  modes.append( "Shrink" );
   QValueList<QVariant> indices; 
   indices.append( 0 ); 
   indices.append( 1 );
   QValueList<QVariant> indices; 
   indices.append( 0 ); 
   indices.append( 1 );