diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-01 14:35:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-02 12:41:00 -0700 |
commit | f19e10209cc334640d14dce67ee9c0da8e3485bc (patch) | |
tree | e0b80d6cc96127d85862203051b9589f10d71b97 /desktop-widgets/css | |
parent | 33dc5478d8892ff34acf36f17561ae433c75ebb4 (diff) | |
download | subsurface-f19e10209cc334640d14dce67ee9c0da8e3485bc.tar.gz |
mobile: fix broken cylinder name tracking in dive edit
Prior to this change, we had two different cylinder lists as models for
drop down boxes - one that prepends the "no default cylinder" entry
(which we need for setting up no default cylinder to be used in the
app), and another one that only includes actual cylinders.
The problem occured if a dive is created before the first time we edit
an existing dive: in this case we are applying indices across the two
models, but the indices are of course off by one; this results in
actually picking the wrong cylinder. So each time we try to edit a dive,
we end up with the previous cylinder in the list.
This commit simplifies the code by having only one place where we create
list of cylinder names (which is then used as the model for the combo
box). It also uses more logical names for the two 'flavors' of this list
to make it clear which one is supposed to be used (the regular list when
editing or adding dives, the one with the "no default cylinder" entry
prependet for the Settings page).
Reported-by: Brian Fransen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/css')
0 files changed, 0 insertions, 0 deletions