Skip to content

Commit 8ca7463

Browse files
committed
make sure there is no leftover state from toggling scribbly mode
1 parent bbd27a8 commit 8ca7463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Windows/StickyNoteWindow.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
204204

205205
if (Application.gsettings.get_boolean ("scribbly-mode-active")) {
206206
this.notify["is-active"].connect (focus_scribble_unscribble);
207+
view.scribbly = true;
208+
207209

208210
} else {
209211
this.notify["is-active"].disconnect (focus_scribble_unscribble);

0 commit comments

Comments
 (0)