IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014

This commit is contained in:
dmv 2009-03-03 13:58:04 +00:00
parent ba002ede34
commit 5c8f60dde4

View File

@ -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());