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>
This commit is contained in:
parent
d8ec3988b1
commit
9400e1190b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user