diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-09-22 19:59:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-22 19:59:58 -0700 |
commit | e66f0895c68c149c2eb726e38f5b5dbc00ab2548 (patch) | |
tree | a9f4d65711b8f519d8e97e7d95901545925decb6 /qt-ui/divelistview.cpp | |
parent | aeac5fcb6d3134e644f78c3390ca6253da86031e (diff) | |
download | subsurface-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.cpp | 1 |
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(); } |