only render if there was an over existing
This commit is contained in:
parent
7af1c6a9c3
commit
549627402c
1 changed files with 2 additions and 2 deletions
|
@ -1042,9 +1042,9 @@ static void event_handle_menu(Client *client, XEvent *e)
|
|||
if (over->parent->mouseover)
|
||||
over->parent->mouseover(over, FALSE);
|
||||
else
|
||||
menu_control_mouseover(over, FALSE);
|
||||
menu_control_mouseover(over, FALSE);
|
||||
menu_entry_render(over);
|
||||
}
|
||||
menu_entry_render(over);
|
||||
/*
|
||||
if (top->hide)
|
||||
top->hide(top);
|
||||
|
|
Loading…
Reference in a new issue