Skip to content

Commit 98959f9

Browse files
committed
Improve the raise dock code
1 parent dfe788e commit 98959f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsgeometryvalidationdock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void QgsGeometryValidationDock::onRowsInserted()
155155
{
156156
mQgisApp->addDockWidget( Qt::RightDockWidgetArea, this );
157157
}
158-
raise();
158+
setUserVisible( true );
159159
}
160160

161161
QgsGeometryValidationService *QgsGeometryValidationDock::geometryValidationService() const

0 commit comments

Comments
 (0)