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 bb30fbb commit 9c20d1cCopy full SHA for 9c20d1c
src/keyboard.rs
@@ -70,6 +70,7 @@ impl ObjectImpl for KeyboardInner {
70
71
let stack = cascade! {
72
gtk::Stack::new();
73
+ ..set_homogeneous(false);
74
..connect_property_visible_child_notify(clone!(@weak keyboard => move |_| keyboard.update_selectable()));
75
};
76
0 commit comments