mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fixed positioning of the dive Handlers.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
94c2e5dc18
commit
43664d7cd5
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void DivePlannerGraphics::createDecoStops()
|
||||||
|
|
||||||
// Re-position the user generated dive handlers
|
// Re-position the user generated dive handlers
|
||||||
Q_FOREACH(DiveHandler *h, handles){
|
Q_FOREACH(DiveHandler *h, handles){
|
||||||
h->setPos(timeLine->posAtValue(h->sec / 60), depthLine->posAtValue(h->mm) / 1000);
|
h->setPos(timeLine->posAtValue(h->sec / 60), depthLine->posAtValue(h->mm / 1000));
|
||||||
}
|
}
|
||||||
|
|
||||||
// (re-) create the profile with different colors for segments that were
|
// (re-) create the profile with different colors for segments that were
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue