Skip to content

Commit

Permalink
Deselecting tables after addition in Data Source Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Dec 11, 2019
1 parent 0d39846 commit e61ca04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/postgres/qgspgsourceselect.cpp
Expand Up @@ -541,6 +541,10 @@ void QgsPgSourceSelect::addButtonClicked()
{
accept();
}

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

}
}

Expand Down

0 comments on commit e61ca04

Please sign in to comment.