mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014
This commit is contained in:
parent
ba002ede34
commit
5c8f60dde4
@ -214,7 +214,7 @@ void GroupGUI_GroupDlg::Init()
|
||||
connect( mySelAllBtn, SIGNAL( clicked() ), this, SLOT( SetEditCurrentArgument() ) );
|
||||
connect( myAddBtn, SIGNAL( clicked() ), this, SLOT( add() ) );
|
||||
connect( myRemBtn, SIGNAL( clicked() ), this, SLOT( remove() ) );
|
||||
connect( myIdList, SIGNAL( selectionChanged() ), this, SLOT( selectionChanged() ) );
|
||||
connect( myIdList, SIGNAL( itemSelectionChanged() ), this, SLOT( selectionChanged() ) );
|
||||
|
||||
setInPlaceObj(GEOM::GEOM_Object::_nil());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user