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 985e09a commit a41b744Copy full SHA for a41b744
src/Editor.vala
@@ -55,6 +55,7 @@ public class Editor : Box {
55
hscrollbar_policy = PolicyType.AUTOMATIC,
56
child = canvas
57
};
58
+ ((Viewport)_sw.child).scroll_to_focus = false;
59
_sw.get_style_context().add_class( Granite.STYLE_CLASS_CHECKERBOARD );
60
61
/* Create the toolbar */
0 commit comments