mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 17:10:34 +05:00
Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink? are permuted.
This commit is contained in:
parent
f7a7942109
commit
287d1c4720
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user