diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index a0bbcf04b..be539620b 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -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(); |