Skip to content

Commit bdabf7e

Browse files
author
ersts
committed
-Added a raise call to keep the identify results dialog on top when clicking through rasters
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9645 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aa45963 commit bdabf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsmaptoolidentify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ void QgsMapToolIdentify::identifyRasterLayer( const QgsPoint& point )
146146
}
147147
else
148148
{
149+
mResults->raise();
149150
mResults->clear();
150151
}
151152

0 commit comments

Comments
 (0)