mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Do not display the Time Axis
The old graph didn't display the time axis, so this will also not display it. By not calling updateTicks the labels and ticks of the Axis are not created. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f9784d876e
commit
2e4dcba009
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void ProfileWidget2::plotDives(QList<dive*> dives)
|
|||
profileYAxis->updateTicks();
|
||||
temperatureAxis->setMinimum(pInfo.mintemp);
|
||||
temperatureAxis->setMaximum(pInfo.maxtemp);
|
||||
temperatureAxis->updateTicks();
|
||||
//temperatureAxis->updateTicks();
|
||||
timeAxis->setMaximum(maxtime);
|
||||
timeAxis->updateTicks();
|
||||
dataModel->setDive(current_dive, pInfo);
|
||||
|
|
Loading…
Add table
Reference in a new issue