Skip to content

Commit

Permalink
Fix database toolbar actions not updating after deleting a table
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed May 21, 2016
1 parent 272671d commit cc055fb
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 @@ -734,6 +734,7 @@ void MainWindow::deleteObject()
} else {
populateStructure();
resetBrowser();
changeTreeSelection();
}
}
}
Expand Down

0 comments on commit cc055fb

Please sign in to comment.