-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:
ersts 2008-11-15 21:44:52 +00:00
parent 406a7ead2a
commit 5a86f46615

View File

@ -146,6 +146,7 @@ void QgsMapToolIdentify::identifyRasterLayer( const QgsPoint& point )
}
else
{
mResults->raise();
mResults->clear();
}