diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-06-17 20:01:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-18 04:56:20 -0700 |
commit | 9400e1190bdf0df170e86a6bc5ef27183fcbcba5 (patch) | |
tree | b9c812954a5f87576ebdb1389ae2db6b0f796b0a /qt-ui | |
parent | d8ec3988b139020ff8e8202568832120b362d422 (diff) | |
download | subsurface-9400e1190bdf0df170e86a6bc5ef27183fcbcba5.tar.gz |
Enable Info box in the planner again.
Its great to be able to see the planned "turn pressure", EADD at
different points and so on.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 0ef645f20..66d787242 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -393,7 +393,7 @@ void ProfileWidget2::plotDives(QList<dive *> dives) } // reset some item visibility on printMode changes - toolTipItem->setVisible(!(printMode || currentState == PLAN)); + toolTipItem->setVisible(!printMode); rulerItem->setVisible(prefs.rulergraph && !printMode); // No need to do this again if we are already showing the same dive |