diff options
| author | 2013-11-19 18:22:40 -0800 | |
|---|---|---|
| committer | 2013-11-19 18:22:40 -0800 | |
| commit | c1f936f2889a38b83c32a42b85e0658d0fbd55c2 (patch) | |
| tree | 32aaa6c37e8d2c233c25d567d9715725ec8c7619 | |
| parent | 0d512b2dd9207f0964228c76d3d8b23558f00efc (diff) | |
| download | subsurface-c1f936f2889a38b83c32a42b85e0658d0fbd55c2.tar.gz | |
Hiding events doesn't change the dive_table
So let's not mark it as changed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
| -rw-r--r-- | qt-ui/profilegraphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index a7b3d88af..06caa67be 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -188,7 +188,6 @@ void ProfileGraphicsView::hideEvents() } } } - mark_divelist_changed(TRUE); plot(current_dive, TRUE); } } |