Add pref to hide cursor when handwriting

This commit is contained in:
2025-06-29 18:55:20 +02:00
parent cfed4fd5ed
commit 0a19462b0f
3 changed files with 13 additions and 5 deletions

View File

@ -151,6 +151,7 @@ impl FileEditor {
BufferItem::Handwriting(handwriting) => {
let style = HandwritingStyle {
animate: preferences.animations,
hide_cursor: preferences.hide_handwriting_cursor,
..HandwritingStyle::from_theme(ui.ctx().theme())
};
if handwriting.ui(&style, ui).changed {