Salome HOME
Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements...
authorrnv <rnv@opencascade.com>
Mon, 3 Oct 2011 07:52:38 +0000 (07:52 +0000)
committerrnv <rnv@opencascade.com>
Mon, 3 Oct 2011 07:52:38 +0000 (07:52 +0000)
src/SMESHGUI/SMESHGUI.cxx

index feb661ea357f6faf4c07156225806ca15baf8a3e..2d2a0f182f7743fa96d713cc3521df2ef3a6dc62 100644 (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 );