Skip to content

Commit

Permalink
[mssql] Fix initial state of 'list tables with no geometry' checkbox …
Browse files Browse the repository at this point in the history
…when SQL Server source select widget is first loaded
  • Loading branch information
nyalldawson committed Jan 20, 2022
1 parent 1c8f9d9 commit bcfad6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mssql/qgsmssqlsourceselect.cpp
Expand Up @@ -593,6 +593,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 bcfad6f

Please sign in to comment.