mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
undo: set dive mode to CCR in undo command, not profile code
When setting a CCR setpoint, the profile code(!) would turn the dive into a CCR dive. Not only should the display layer not alter dives, this also means that the action is not undoable. Move that to the appropriate undo command, where it makes more sense, but obviously also makes things more complicated. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
cd32c280ae
commit
1a0f6f53ed
4 changed files with 23 additions and 5 deletions
|
@ -345,8 +345,6 @@ static void check_setpoint_events(const struct dive *dive, struct divecomputer *
|
|||
do {
|
||||
i = set_setpoint(pi, i, setpoint.mbar, ev->time.seconds);
|
||||
setpoint.mbar = ev->value;
|
||||
if (setpoint.mbar)
|
||||
dc->divemode = CCR;
|
||||
ev = get_next_event(ev->next, "SP change");
|
||||
} while (ev);
|
||||
set_setpoint(pi, i, setpoint.mbar, INT_MAX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue