mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue