Skip to content

Commit e3cde7c

Browse files
author
jef
committedJan 21, 2010
raise attribute dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@12813 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fe5ccb7 commit e3cde7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎src/app/qgsidentifyresults.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ void QgsIdentifyResults::show()
289289
}
290290

291291
QDialog::show();
292+
raise();
292293
}
293294

294295
// Slot called when user clicks the Close button

‎src/app/qgsmaptoolidentify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ void QgsMapToolIdentify::canvasReleaseEvent( QMouseEvent * e )
143143
if ( res )
144144
{
145145
results()->show();
146-
results()->raise();
147146
}
148147
else
149148
{

0 commit comments

Comments
 (0)