mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 22:46:16 +00:00
For reasons I don't understand, the device pixel ratio was taken into account twice. And as a result the transformation applied to the profile made us show only the top left part of it - but enlarged (depending on the DPR). This code fixes that problem by simply forcing the transformation used by the painter to be the identity matrix. I worry that this could be wrong in some situations, but for now it seems to fix the problem. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
14 lines
809 B
Markdown
14 lines
809 B
Markdown
- core: avoid crash with corrupted cloud storage
|
|
- mobile: fix profile scaling issue on high DPR devices
|
|
- mobile/Android: add logfiles as attachment to support emails
|
|
- planner: make ESC (cancel plan) work when moving handles
|
|
- dive list: make dive guide visible in dive list [#3382]
|
|
- general: rename dive master to dive guide
|
|
- desktop: Don't lose cursor position in notes when switching between windows [#3369]
|
|
- Uemis support: fix the ability disconnect/reconnect the Zurich when its filesystem is full
|
|
- libdivecomputer: add support for latest BLE hardware in OSTC dive computers
|
|
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
|
# vim: textwidth=100
|