diff options
| -rw-r--r-- | openbox/menuframe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 4e823690..5ece36c7 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -361,6 +361,8 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self) XMapWindow(ob_display, self->bullet); } else XUnmapWindow(ob_display, self->bullet); + + XFlush(ob_display); } static void menu_frame_render(ObMenuFrame *self) |
