Skip to content

Commit

Permalink
Fix arcgis rest datasource select dlg
Browse files Browse the repository at this point in the history
Fix #45050
  • Loading branch information
elpaso committed Sep 14, 2021
1 parent 176ab29 commit 98968de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/providers/arcgisrest/qgsarcgisrestsourceselect.cpp
Expand Up @@ -366,7 +366,10 @@ void QgsArcGisRestSourceSelect::addButtonClicked()
}
}
}
accept();

// Clear selection after layers have been added
mBrowserView->selectionModel()->clearSelection();

}

void QgsArcGisRestSourceSelect::updateCrsLabel()
Expand Down

0 comments on commit 98968de

Please sign in to comment.