Skip to content

Commit

Permalink
identify results: show and raise dock
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 7, 2014
1 parent 40df560 commit 4ecb178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/qgsidentifyresultsdialog.cpp
Expand Up @@ -668,7 +668,9 @@ void QgsIdentifyResultsDialog::show()
}

QDialog::show();
raise();

mDock->show();
mDock->raise();
}

void QgsIdentifyResultsDialog::itemClicked( QTreeWidgetItem *item, int column )
Expand Down

0 comments on commit 4ecb178

Please sign in to comment.