diff options
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 344e1a5a..c82eab80 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -424,6 +424,9 @@ void menu_show(gchar *name, gint x, gint y, gint button, ObClient *client) menu_frame_hide_all(); + /* clear the pipe menus when showing a new menu */ + menu_clear_pipe_caches(); + frame = menu_frame_new(self, 0, client); if (!menu_frame_show_topmenu(frame, x, y, button)) menu_frame_free(frame); |
