We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd27a8 commit 8ca7463Copy full SHA for 8ca7463
src/Windows/StickyNoteWindow.vala
@@ -204,6 +204,8 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
204
205
if (Application.gsettings.get_boolean ("scribbly-mode-active")) {
206
this.notify["is-active"].connect (focus_scribble_unscribble);
207
+ view.scribbly = true;
208
+
209
210
} else {
211
this.notify["is-active"].disconnect (focus_scribble_unscribble);
0 commit comments