mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Partial pressures and cylinder pressure back on profile.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7fbeb71dce
commit
4882336315
2 changed files with 42 additions and 28 deletions
|
@ -90,10 +90,6 @@ void DiveCartesianAxis::updateTicks()
|
|||
double steps = (max - min) / interval;
|
||||
double currValue = min;
|
||||
|
||||
if(!labels.isEmpty()){
|
||||
qDeleteAll(labels);
|
||||
labels.clear();
|
||||
}
|
||||
if (steps < 1)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue