all repos — openbox @ 11e28eaa5c9e3ace49758345eac2f6c4b701659b

openbox fork - make it a bit more like ryudo

update the menus before putting them in the visible list
Dana Jansens danakj@orodu.net
commit

11e28eaa5c9e3ace49758345eac2f6c4b701659b

parent

abd2f914dff6a38b78532e8b269440e6008f8933

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/menuframe.copenbox/menuframe.c

@@ -597,8 +597,9 @@ if (self->menu->update_func)

self->menu->update_func(self, self->menu->data); } + menu_frame_update(self); + menu_frame_visible = g_list_prepend(menu_frame_visible, self); - menu_frame_update(self); menu_frame_move_on_screen(self);