summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
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();