mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Dive merging: make sure that the profile is redrawn
This uses the just introduced refreshProfile() function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aeac5fcb6d
commit
e66f0895c6
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ void DiveListView::mergeDives()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
MainWindow::instance()->refreshProfile();
|
||||||
MainWindow::instance()->refreshDisplay();
|
MainWindow::instance()->refreshDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue