summaryrefslogtreecommitdiffstats
path: root/qt-models/cylindermodel.cpp
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-07-06 22:40:37 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-09 12:08:48 -0700
commitbb3151795188fc5ef53053ce004dc1d1f2de63a1 (patch)
tree03e4fce2ec15be5af9f405a82b12c404d4af0e75 /qt-models/cylindermodel.cpp
parentffca5674bf62381e6ebb05715b71ed3d801d6ca7 (diff)
downloadsubsurface-bb3151795188fc5ef53053ce004dc1d1f2de63a1.tar.gz
Planner: update cylinder mixes and MND and MOD when prefs are changed
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cylindermodel.cpp')
-rw-r--r--qt-models/cylindermodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp
index 9d85cb661..4d9fe9beb 100644
--- a/qt-models/cylindermodel.cpp
+++ b/qt-models/cylindermodel.cpp
@@ -506,6 +506,8 @@ bool CylindersModel::updateBestMixes()
gasUpdated = true;
}
}
+ /* This slot is called when the bottom pO2 and END preferences are updated, we want to
+ * emit dataChanged so MOD and MND are refreshed, even if the gas mix hasn't been changed */
emit dataChanged(createIndex(0, 0), createIndex(MAX_CYLINDERS - 1, COLUMNS - 1));
return gasUpdated;
}