mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 05:44:16 +00:00
lift flag on global event
This commit is contained in:
parent
7f6ecdfd97
commit
e2456e2bdd
1 changed files with 3 additions and 0 deletions
|
@ -790,6 +790,9 @@ void bar_manager_handle_mouse_exited_global(struct bar_manager* bar_manager) {
|
|||
bar_manager_custom_events_trigger(bar_manager,
|
||||
COMMAND_SUBSCRIBE_MOUSE_EXITED_GLOBAL,
|
||||
NULL );
|
||||
for (int i = 0; i < bar_manager->bar_item_count; i++) {
|
||||
bar_manager->bar_items[i]->mouse_over = false;
|
||||
}
|
||||
}
|
||||
|
||||
void bar_manager_handle_mouse_scrolled_global(struct bar_manager* bar_manager, int scroll_delta, uint32_t adid) {
|
||||
|
|
Loading…
Reference in a new issue