From 5c8f60dde4794da0f5a2b830f8064dcb7f587bd5 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 3 Mar 2009 13:58:04 +0000 Subject: [PATCH] IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014 --- src/GroupGUI/GroupGUI_GroupDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.2