Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue.

This commit is contained in:
rnv 2011-10-03 07:52:38 +00:00
parent 733a67e03d
commit a1f18f175a

View File

@ -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 );