mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Profile: Clarify the Gradient Factor Display.
Clarify that the gradient factor displayed in green in the profile is the gradient factor that is set in Subsurface, and not the one used by the dive computer. Fixes #4396. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
55b72d40e3
commit
39e47845d7
1 changed files with 2 additions and 2 deletions
|
@ -417,9 +417,9 @@ void ProfileScene::plotDive(const struct dive *dIn, int dcIn, DivePlannerPointsM
|
|||
|
||||
if (!plannerModel) {
|
||||
if (decoMode(false) == VPMB)
|
||||
decoModelParameters->set(QString("VPM-B +%1").arg(prefs.vpmb_conservatism), getColor(PRESSURE_TEXT));
|
||||
decoModelParameters->set(QString("Subsurface VPM-B +%1").arg(prefs.vpmb_conservatism), getColor(PRESSURE_TEXT));
|
||||
else
|
||||
decoModelParameters->set(QString("GF %1/%2").arg(prefs.gflow).arg(prefs.gfhigh), getColor(PRESSURE_TEXT));
|
||||
decoModelParameters->set(QString("Subsurface GF %1/%2").arg(prefs.gflow).arg(prefs.gfhigh), getColor(PRESSURE_TEXT));
|
||||
} else {
|
||||
struct diveplan &diveplan = plannerModel->getDiveplan();
|
||||
if (decoMode(inPlanner) == VPMB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue