Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink? are permuted.

This commit is contained in:
mzn 2005-09-07 06:22:45 +00:00
parent f7a7942109
commit 287d1c4720

View File

@ -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<QVariant> indices;
indices.append( 0 );
indices.append( 1 );