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 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