Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #45059 from elpaso/bugfix-gh45050-arcgis-rest-add-…
…close

Fix arcgis rest datasource select dlg
  • Loading branch information
elpaso committed Sep 14, 2021
2 parents 176ab29 + 98968de commit 1e643a8
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 1e643a8

Please sign in to comment.