aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-19 18:22:40 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-19 18:22:40 -0800
commitc1f936f2889a38b83c32a42b85e0658d0fbd55c2 (patch)
tree32aaa6c37e8d2c233c25d567d9715725ec8c7619 /qt-ui/profilegraphics.cpp
parent0d512b2dd9207f0964228c76d3d8b23558f00efc (diff)
downloadsubsurface-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>
Diffstat (limited to 'qt-ui/profilegraphics.cpp')
-rw-r--r--qt-ui/profilegraphics.cpp1
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);
}
}