mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 05:44:16 +00:00
fix crash on popup scroll on second monitor
This commit is contained in:
parent
4aa602ac71
commit
367c9d902d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static void event_mouse_scrolled(void* context) {
|
|||
bar_manager_handle_mouse_scrolled_global(&g_bar_manager,
|
||||
scroll_delta
|
||||
+ g_scroll_info.delta_y,
|
||||
bar->adid,
|
||||
popup->adid,
|
||||
modifier_keys );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue