Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#600 from revolter/master
Browse files Browse the repository at this point in the history
Fix database toolbar actions not updating after deleting a table
  • Loading branch information
justinclift committed May 22, 2016
2 parents fbfde6e + cc055fb commit 6b8a44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ void MainWindow::deleteObject()
} else {
populateStructure();
resetBrowser();
changeTreeSelection();
}
}
}
Expand Down

0 comments on commit 6b8a44f

Please sign in to comment.