mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
-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@9645 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
406a7ead2a
commit
5a86f46615
@ -146,6 +146,7 @@ void QgsMapToolIdentify::identifyRasterLayer( const QgsPoint& point )
|
||||
}
|
||||
else
|
||||
{
|
||||
mResults->raise();
|
||||
mResults->clear();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user