From a1f18f175ad3fed4ed9477ce7840b5979f164c7c Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 3 Oct 2011 07:52:38 +0000 Subject: [PATCH] Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue. --- src/SMESHGUI/SMESHGUI.cxx | 5 ----- 1 file changed, 5 deletions(-) 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 ); -- 2.39.2