Skip to content

Commit

Permalink
-Added a raise call to keep the identify results dialog on top when c…
Browse files Browse the repository at this point in the history
…licking through rasters

git-svn-id: http://svn.osgeo.org/qgis/trunk@9645 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Nov 15, 2008
1 parent 406a7ea commit 5a86f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptoolidentify.cpp
Expand Up @@ -146,6 +146,7 @@ void QgsMapToolIdentify::identifyRasterLayer( const QgsPoint& point )
}
else
{
mResults->raise();
mResults->clear();
}

Expand Down

0 comments on commit 5a86f46

Please sign in to comment.