mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
When we receive a NotionNotify event, there's no need to (incorrectly
might I add) redraw the top menu selection.
This commit is contained in:
parent
161ed1801a
commit
5dc65d9242
3
menu.c
3
menu.c
@ -475,9 +475,6 @@ menu_handle_move(XEvent *e, struct menu_ctx *mc, struct menu_q *resultq)
|
|||||||
menu_draw_entry(mc, resultq, mc->entry, 1);
|
menu_draw_entry(mc, resultq, mc->entry, 1);
|
||||||
} else
|
} else
|
||||||
(void)xu_ptr_regrab(MENUGRABMASK, Conf.cursor[CF_DEFAULT]);
|
(void)xu_ptr_regrab(MENUGRABMASK, Conf.cursor[CF_DEFAULT]);
|
||||||
|
|
||||||
if (mc->hasprompt)
|
|
||||||
menu_draw_entry(mc, resultq, 1, 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct menu *
|
static struct menu *
|
||||||
|
Loading…
Reference in New Issue
Block a user