Skip to content

Commit 068344b

Browse files
committed
#3572 editor: restore first-line up-arrow handling on Qt6 macOS
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 44aa5b7 commit 068344b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 26.4.17
44

5+
- Restored the long-standing **note editor** behavior where pressing the bare
6+
`Up` arrow on the first line moves the cursor to the start of that line, by
7+
handling the boundary navigation in `keyPressEvent` so it also works again on
8+
macOS builds with Qt6 (for [#3572](https://github.com/pbek/QOwnNotes/issues/3572))
59
- Fixed a build error on older Qt5 systems after the **Settings dialog** widget
610
refactoring by explicitly including `QDebug` in
711
`widgets/settings/debugsettingswidget.cpp`, so Ubuntu Focal and Debian 10

src/libraries/qmarkdowntextedit

0 commit comments

Comments
 (0)