Skip to content

Commit 56b66d6

Browse files
author
jef
committed
also remove highlights when identify results is closed with the close button (fixes #2206)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12387 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 269cc08 commit 56b66d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsidentifyresults.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ QgsIdentifyResults::QgsIdentifyResults( QgsMapCanvas *canvas, QWidget *parent, Q
109109
setColumnText( 0, tr( "Feature" ) );
110110
setColumnText( 1, tr( "Value" ) );
111111

112-
connect( buttonBox, SIGNAL( clicked() ), this, SLOT( close() ) );
112+
connect( buttonBox, SIGNAL( rejected() ), this, SLOT( close() ) );
113113

114114
connect( lstResults, SIGNAL( itemExpanded( QTreeWidgetItem* ) ),
115115
this, SLOT( itemExpanded( QTreeWidgetItem* ) ) );

0 commit comments

Comments
 (0)