Skip to content

Commit

Permalink
#3153 fix: adapting of margin when zooming
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Nov 8, 2024
1 parent 33f4fbe commit ac96efb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# QOwnNotes Changelog

## 24.11.1
- The margins are now adapted correctly, when zooming in the note text edit, when
the setting that the editor width should only be applied in distraction free mode
is disabled (for [#3153](https://github.com/pbek/QOwnNotes/issues/3153))
- The [QOwnNotesAPI Nextcloud App](https://apps.nextcloud.com/apps/qownnotesapi)
was updated to version 24.11.0 to **fix issues with the versioning API**
(for [#50](https://github.com/pbek/qownnotesapi/issues/50))
Expand Down
2 changes: 2 additions & 0 deletions src/widgets/qownnotesmarkdowntextedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ void QOwnNotesMarkdownTextEdit::onZoom(bool in) {
3000);
}
}

setPaperMargins();
}

/**
Expand Down

0 comments on commit ac96efb

Please sign in to comment.