mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Re-enable dive computer selectiom
This had been disabled by some redraw optimizations in commit
81406b80c6ec ("Fix loading a second dive, after the first file was
loaded."). We need to redraw the plot not only if the dive changed but
also if the selected divecomputer changed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33135e37a5
commit
7757363953
2 changed files with 9 additions and 7 deletions
|
|
@ -98,6 +98,7 @@ private:
|
|||
ToolTipItem *toolTip;
|
||||
graphics_context gc;
|
||||
struct dive *dive;
|
||||
struct divecomputer *diveDC;
|
||||
int zoomLevel;
|
||||
|
||||
// Top Level Items.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue