aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/diveprofileitem.cpp')
-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 20ad3992b..a16ef7dd3 100644
--- a/qt-ui/profile/diveprofileitem.cpp
+++ b/qt-ui/profile/diveprofileitem.cpp
@@ -531,8 +531,8 @@ void MeanDepthLine::setLine(qreal x1, qreal y1, qreal x2, qreal y2)
void MeanDepthLine::setMeanDepth(int value)
{
- leftText->setText(get_depth_string(value, false, false));
- rightText->setText(get_depth_string(value, false, false));
+ leftText->setText(get_depth_string(value, false, true));
+ rightText->setText(get_depth_string(value, false, true));
meanDepth = value;
}