Skip to content

Commit

Permalink
raise attribute dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12813 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 21, 2010
1 parent b5e97f5 commit d71a5df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/qgsidentifyresults.cpp
Expand Up @@ -289,6 +289,7 @@ void QgsIdentifyResults::show()
}

QDialog::show();
raise();
}

// Slot called when user clicks the Close button
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsmaptoolidentify.cpp
Expand Up @@ -143,7 +143,6 @@ void QgsMapToolIdentify::canvasReleaseEvent( QMouseEvent * e )
if ( res )
{
results()->show();
results()->raise();
}
else
{
Expand Down

0 comments on commit d71a5df

Please sign in to comment.