diff options
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-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 |