Skip to content

Commit

Permalink
also remove highlights when identify results is closed with the close…
Browse files Browse the repository at this point in the history
… button (fixes #2206)

git-svn-id: http://svn.osgeo.org/qgis/trunk@12387 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 9, 2009
1 parent dc97c26 commit 40a35f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsidentifyresults.cpp
Expand Up @@ -109,7 +109,7 @@ QgsIdentifyResults::QgsIdentifyResults( QgsMapCanvas *canvas, QWidget *parent, Q
setColumnText( 0, tr( "Feature" ) );
setColumnText( 1, tr( "Value" ) );

connect( buttonBox, SIGNAL( clicked() ), this, SLOT( close() ) );
connect( buttonBox, SIGNAL( rejected() ), this, SLOT( close() ) );

connect( lstResults, SIGNAL( itemExpanded( QTreeWidgetItem* ) ),
this, SLOT( itemExpanded( QTreeWidgetItem* ) ) );
Expand Down

0 comments on commit 40a35f7

Please sign in to comment.