Skip to content

Commit

Permalink
Fix showing stylus view
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 13, 2024
1 parent 716ec5d commit 1cca807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public class Wacom.MainPage : Granite.SimpleSettingsPage {
var tools = tool_map.list_tools (d);
if (tools.size > 0) {
stylus_view.set_device (tools[0]);
stylus_stack.visible_child = stylus_view;
}
}

Expand Down

0 comments on commit 1cca807

Please sign in to comment.