mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Merge pull request #600 from revolter/master
Fix database toolbar actions not updating after deleting a table
This commit is contained in:
@@ -739,6 +739,7 @@ void MainWindow::deleteObject()
|
||||
} else {
|
||||
populateStructure();
|
||||
resetBrowser();
|
||||
changeTreeSelection();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user