Fix inserting gaschange events
Use a macro that works to get the current DC. Fixes #613 Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b55218c2f4
commit
79015e17f8
@ -1042,7 +1042,7 @@ void ProfileWidget2::changeGas()
|
||||
int seconds = timeAxis->valueAt(scenePos);
|
||||
|
||||
validate_gas(gas.toUtf8().constData(), &gasmix);
|
||||
add_gas_switch_event(&displayed_dive, get_dive_dc(&displayed_dive, diveComputer), seconds, get_gasidx(&displayed_dive, &gasmix));
|
||||
add_gas_switch_event(&displayed_dive, current_dc, seconds, get_gasidx(&displayed_dive, &gasmix));
|
||||
// this means we potentially have a new tank that is being used and needs to be shown
|
||||
fixup_dive(&displayed_dive);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user