PAL9881 - changing of selection of hilight preferences must occur immediate effect in VTK viewer

This commit is contained in:
asl 2005-10-07 06:44:04 +00:00
parent ea1a40fff7
commit 6cbd23c4f4

View File

@ -3010,6 +3010,11 @@ void SMESHGUI::createPreferences()
void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
{
if( sect=="SMESH" )
if( name=="selection_object_color" || name=="selection_element_color" ||
name=="selection_width" || name=="highlight_color" || name=="highlight_width" ||
name=="selection_precision_node" || name=="selection_precision_element" )
SMESH::UpdateSelectionProp( this );
}
//================================================================================