mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Partially undo 9a9d32a5a7
Reload the DB structure even when changing to the browse tab asthe structure might have been changed when coming from the SQL tab.
This commit is contained in:
@@ -805,11 +805,14 @@ void MainWindow::executeQuery()
|
||||
void MainWindow::mainTabSelected(int tabindex)
|
||||
{
|
||||
if(tabindex == 0)
|
||||
{
|
||||
populateStructure();
|
||||
} else if(tabindex == 1) {
|
||||
populateStructure();
|
||||
else if(tabindex == 1)
|
||||
resetBrowser();
|
||||
else if(tabindex == 2)
|
||||
} else if(tabindex == 2) {
|
||||
loadPragmas();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::importTableFromCSV()
|
||||
|
||||
Reference in New Issue
Block a user