diff options
author | okan <okan> | 2013-12-02 20:01:19 +0000 |
---|---|---|
committer | okan <okan> | 2013-12-02 20:01:19 +0000 |
commit | 5dc65d9242c423fd4f45ec48c32e525d9f1300f2 (patch) | |
tree | 116cb98a33cea3184d6d02a8ab72fa65b18c0adc | |
parent | 161ed1801aa57e0fbb2f88be508d2dd0d1873d09 (diff) | |
download | cwm-5dc65d9242c423fd4f45ec48c32e525d9f1300f2.tar.gz cwm-5dc65d9242c423fd4f45ec48c32e525d9f1300f2.tar.xz cwm-5dc65d9242c423fd4f45ec48c32e525d9f1300f2.zip |
When we receive a NotionNotify event, there's no need to (incorrectly
might I add) redraw the top menu selection.
-rw-r--r-- | menu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/menu.c b/menu.c index 822e3b2..a6d448f 100644 --- a/menu.c +++ b/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); } else (void)xu_ptr_regrab(MENUGRABMASK, Conf.cursor[CF_DEFAULT]); - - if (mc->hasprompt) - menu_draw_entry(mc, resultq, 1, 1); } static struct menu * |