mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-10 05:38:32 -06:00
Always load settings for Browse Data tabs
This makes sure to always load the correct settings when creating a new Browse Data tab. See issue #2283.
This commit is contained in:
@@ -331,6 +331,9 @@ TableBrowser::TableBrowser(DBBrowserDB* _db, QWidget* parent) :
|
||||
|
||||
// Connect slots
|
||||
connect(m_model, &SqliteTableModel::finishedFetch, this, &TableBrowser::fetchedData);
|
||||
|
||||
// Load initial settings
|
||||
reloadSettings();
|
||||
}
|
||||
|
||||
TableBrowser::~TableBrowser()
|
||||
|
||||
Reference in New Issue
Block a user