mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add Units to mean depth value
Fixes #445 Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3c0f8938d
commit
9b07acbee8
1 changed files with 2 additions and 2 deletions
|
@ -613,8 +613,8 @@ void MeanDepthLine::setLine(qreal x1, qreal y1, qreal x2, qreal y2)
|
||||||
|
|
||||||
void MeanDepthLine::setMeanDepth(int value)
|
void MeanDepthLine::setMeanDepth(int value)
|
||||||
{
|
{
|
||||||
leftText->setText(get_depth_string(value, false, true));
|
leftText->setText(get_depth_string(value, true, true));
|
||||||
rightText->setText(get_depth_string(value, false, true));
|
rightText->setText(get_depth_string(value, true, true));
|
||||||
meanDepth = value;
|
meanDepth = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue