[PATCH] Enable Info box in the planner again.

Anton Lundin glance at acc.umu.se
Tue Jun 17 11:01:15 PDT 2014


Its great to be able to see the planned "turn pressure", EADD at
different points and so on.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/profile/profilewidget2.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index 0ef645f..66d7872 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
-- 
1.9.1



More information about the subsurface mailing list