mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
parent
c7cf896164
commit
d87888d173
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ pub fn wrap_widget<W: IsA<Widget>>(
|
|||
let container = EventBox::new();
|
||||
container.add_class("widget-container");
|
||||
|
||||
container.add_events(EventMask::SCROLL_MASK);
|
||||
container.add_events(EventMask::SCROLL_MASK | EventMask::SMOOTH_SCROLL_MASK);
|
||||
container.add(&revealer);
|
||||
|
||||
common.install_events(&container, &revealer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue