diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-21 13:27:08 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-21 09:39:09 -0800 |
commit | 0a4e21a16813592031baf8ca90bc52418aa8965e (patch) | |
tree | 1d9d255b45de6bbe048e911fdca2fcb59d7982b2 /qt-ui/profile/profilewidget2.cpp | |
parent | caba6500d63e6081565aebd9e872e48b049e5d03 (diff) | |
download | subsurface-0a4e21a16813592031baf8ca90bc52418aa8965e.tar.gz |
Add the depth text.
Depth text got added to the new profile.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 34b87ad78..b76b4d351 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -359,7 +359,7 @@ void ProfileWidget2::plotDives(QList<dive*> dives) scene()->addItem(gasPressureItem); diveComputerText->setText(currentdc->model); - diveComputerText->setPos(1 , sceneRect().height()); + diveComputerText->animateMoveTo(1 , sceneRect().height()); emit startProfileState(); } |