aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profile/diveprofileitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/profile/diveprofileitem.cpp b/qt-ui/profile/diveprofileitem.cpp
index 8bfad9b40..77db58eca 100644
--- a/qt-ui/profile/diveprofileitem.cpp
+++ b/qt-ui/profile/diveprofileitem.cpp
@@ -613,8 +613,8 @@ void MeanDepthLine::setLine(qreal x1, qreal y1, qreal x2, qreal y2)
void MeanDepthLine::setMeanDepth(int value)
{
- leftText->setText(get_depth_string(value, false, true));
- rightText->setText(get_depth_string(value, false, true));
+ leftText->setText(get_depth_string(value, true, true));
+ rightText->setText(get_depth_string(value, true, true));
meanDepth = value;
}