mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 20:20:34 +05:00
PAL9881 - changing of selection of hilight preferences must occur immediate effect in VTK viewer
This commit is contained in:
parent
ea1a40fff7
commit
6cbd23c4f4
@ -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 );
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user