From: dmv Date: Tue, 3 Mar 2009 13:58:04 +0000 (+0000) Subject: IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014 X-Git-Tag: V5_1_1a2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c8f60dde4794da0f5a2b830f8064dcb7f587bd5;p=modules%2Fgeom.git IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014 --- diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index e17b859aa..ac3e610e3 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -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());