Skip to content

Commit 4ecb178

Browse files
committed
identify results: show and raise dock
1 parent 40df560 commit 4ecb178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/qgsidentifyresultsdialog.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ void QgsIdentifyResultsDialog::show()
668668
}
669669

670670
QDialog::show();
671-
raise();
671+
672+
mDock->show();
673+
mDock->raise();
672674
}
673675

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

0 commit comments

Comments
 (0)