mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Refresh display after toggling backgas breaks.
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6480a91756
commit
b509eeda1d
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ void PlannerSettingsWidget::setDecoPo2(double po2)
|
|||
void PlannerSettingsWidget::setBackgasBreaks(bool dobreaks)
|
||||
{
|
||||
prefs.doo2breaks = dobreaks;
|
||||
plannerModel->emitDataChanged();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue