Fix database toolbar actions not updating after deleting a table

This commit is contained in:
Iulian Onofrei
2016-05-22 02:29:57 +03:00
parent 272671d7f0
commit cc055fbef1

View File

@@ -734,6 +734,7 @@ void MainWindow::deleteObject()
} else {
populateStructure();
resetBrowser();
changeTreeSelection();
}
}
}