mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove the ticks on the Axis, we never used them on the old profile.
This patch just cleans a bit the Cartesian Axis, we never used ticks on it, just the grid lines ( that I need to animate a bit. ) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
592ee31326
commit
cd3867d46a
2 changed files with 3 additions and 34 deletions
|
@ -38,7 +38,6 @@ protected:
|
|||
virtual QString textForValue(double value);
|
||||
|
||||
Orientation orientation;
|
||||
QList<DiveLineItem*> ticks;
|
||||
QList<DiveTextItem*> labels;
|
||||
double min;
|
||||
double max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue