diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-01-16 13:02:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-17 08:17:29 +1300 |
commit | f2939dd991f5f9cd40501d419e7a816492857311 (patch) | |
tree | 4226f652381b6c556b9d5093dabaff3cbcfa4b90 /qt-ui/maintab.cpp | |
parent | ac40c458facfa4f641c1cf2a2384d955431cdb7c (diff) | |
download | subsurface-f2939dd991f5f9cd40501d419e7a816492857311.tar.gz |
Minor PSCR fixes
Update O2 metabolsim rate and adopt default gas switch depths to
pSCR oxygen drop.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 89208b5c7..492753d25 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -1022,6 +1022,7 @@ void MainTab::divetype_Changed(int index) displayed_dive.dc.divemode = (enum dive_comp_type) index; update_setpoint_events(&displayed_dive.dc); markChangedWidget(ui.DiveType); + MainWindow::instance()->graphics()->replot(); } void MainTab::on_watertemp_textChanged(const QString &text) |