Salome HOME
IPAL20916 selected IDs are not highlighted in the 3D Viewer - regress of GEOM-014 V5_1_1a2 V5_1_1rc1
authordmv <dmv@opencascade.com>
Tue, 3 Mar 2009 13:58:04 +0000 (13:58 +0000)
committerdmv <dmv@opencascade.com>
Tue, 3 Mar 2009 13:58:04 +0000 (13:58 +0000)
src/GroupGUI/GroupGUI_GroupDlg.cxx

index e17b859aae2c66b9e8545265e56bc0690a437720..ac3e610e3f765b590d932d03dd92227b9b082aab 100644 (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());