mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Re-enable more items on the new profile.
Temperature and DC Label. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4882336315
commit
c05575e103
2 changed files with 26 additions and 7 deletions
|
@ -365,7 +365,8 @@ void DiveCartesianPlane::setup()
|
|||
if (!leftAxis || !bottomAxis || !scene())
|
||||
return;
|
||||
|
||||
// This creates a Grid around the axis, creating the cartesian plane.
|
||||
setPen(gridPen());
|
||||
// This creates a Grid around the axis, creating the cartesian plane.
|
||||
const int top = leftAxis->posAtValue(leftAxis->minimum());
|
||||
// unused for now:
|
||||
// const int bottom = leftAxis->posAtValue(leftAxis->maximum());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue