diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-30 11:12:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-30 11:19:54 -0700 |
commit | afdcccc9fef0d16153d03266facf6c1c624c1d8d (patch) | |
tree | 235f4bbe1de7b5d3636ac0b6d5da98aa6120a492 /CHANGELOG.md | |
parent | f29278b700db51f62670a61bfa7de8e4719be932 (diff) | |
download | subsurface-afdcccc9fef0d16153d03266facf6c1c624c1d8d.tar.gz |
mobile/dive-edit: fix broken editable combo boxes
This is a partial revert of commit 99438121c4 ("mobile/dive-edit: use template
components and theme colors")
Clearly the information given in the Qt documentation on how to theme ComboBox
is flat out broken. The trade-off between 'better dark theme' and 'broken user
experience' is fairly easy to make.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8ad9dc3..8cf3a6c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Mobile: fix broken editing of location, suit, buddy, and dive master Mobile: fix missing translations on Android CSV export: support for multiple cylinders CSV import: support for multiple cylinders for Subsurface CSV files |