mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Consome scrolling events
This sort of fixes using these in ScrollViews
This commit is contained in:
@@ -80,6 +80,8 @@ impl<L: Lens<Target = Arc<AtomicBool>>> View for SafeModeButton<L> {
|
||||
self.scrolled_lines += 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
meta.consume();
|
||||
}
|
||||
_ => {}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user