mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:13:24 +00:00
Update the text if DC changes
When switching from one DC to the next, the text of DC name is not updated due
to commit 487ddce353
. This patch re-inserts the
call to updateText() for the specific function to get the DC name updated
properly.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1bea48f9bd
commit
1f4267d093
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ void DiveTextItem::setText(const QString &t)
|
|||
}
|
||||
}
|
||||
internalText = t;
|
||||
updateText();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue