Handle add dive cancel correctly

This should leave the program in a consistent state after add dive was
cancelled (and do the right thing in case the dive list was empty).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-12 14:41:29 +09:00
parent a683a217b9
commit 662b1061f0
2 changed files with 5 additions and 3 deletions

View file

@ -68,6 +68,7 @@ MainWindow::MainWindow() : helpView(0)
void MainWindow::refreshDisplay()
{
ui.InfoWidget->reload();
ui.ProfileWidget->refresh();
ui.globe->reload();
ui.ListWidget->reload(DiveTripModel::CURRENT);
ui.ListWidget->setFocus();