mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue.
This commit is contained in:
parent
733a67e03d
commit
a1f18f175a
@ -4549,11 +4549,6 @@ void SMESHGUI::createPreferences()
|
||||
|
||||
setPreferenceProperty( ColorId, "text", tr("PREF_BACKFACE") );
|
||||
|
||||
int grpSelection = addPreference( tr( "PREF_GROUP_SELECTION" ), meshTab );
|
||||
setPreferenceProperty( grpSelection, "columns", 2 );
|
||||
addPreference( tr( "PREF_SELECTION" ), grpSelection, LightApp_Preferences::Color, "SMESH", "selection_object_color" );
|
||||
addPreference( tr( "PREF_PRE_SELECTION" ), grpSelection, LightApp_Preferences::Color, "SMESH", "highlight_color" );
|
||||
|
||||
int grpGroup = addPreference( tr( "PREF_GROUP_GROUPS" ), meshTab );
|
||||
setPreferenceProperty( grpGroup, "columns", 2 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user