summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-22 19:59:58 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-22 19:59:58 -0700
commite66f0895c68c149c2eb726e38f5b5dbc00ab2548 (patch)
treea9f4d65711b8f519d8e97e7d95901545925decb6 /qt-ui/divelistview.cpp
parentaeac5fcb6d3134e644f78c3390ca6253da86031e (diff)
downloadsubsurface-e66f0895c68c149c2eb726e38f5b5dbc00ab2548.tar.gz
Dive merging: make sure that the profile is redrawn
This uses the just introduced refreshProfile() function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r--qt-ui/divelistview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp
index 39eab9c7a..90d0b4627 100644
--- a/qt-ui/divelistview.cpp
+++ b/qt-ui/divelistview.cpp
@@ -612,6 +612,7 @@ void DiveListView::mergeDives()
}
}
}
+ MainWindow::instance()->refreshProfile();
MainWindow::instance()->refreshDisplay();
}