Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mssql] Fix initial state of 'list tables with no geometry' checkbox …
…when SQL Server source select widget is first loaded
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Jan 20, 2022
1 parent eaa6680 commit 232a7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mssql/qgsmssqlsourceselect.cpp
Expand Up @@ -721,6 +721,7 @@ void QgsMssqlSourceSelect::setConnectionListPosition()
else
cmbConnections->setCurrentIndex( cmbConnections->count() - 1 );
}
cmbConnections_activated( cmbConnections->currentIndex() );
}

void QgsMssqlSourceSelect::setSearchExpression( const QString &regexp )
Expand Down

0 comments on commit 232a7aa

Please sign in to comment.