From: rnv Date: Mon, 3 Oct 2011 07:52:38 +0000 (+0000) Subject: Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements... X-Git-Tag: V6_4_0a1~65 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a1f18f175ad3fed4ed9477ce7840b5979f164c7c;p=modules%2Fsmesh.git Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index feb661ea3..2d2a0f182 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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 );