all repos — openbox @ 36b78531e9dfb03e76d305f4d9f44eff9842ea96

openbox fork - make it a bit more like ryudo

hide menus before showing a new menu root
Dana Jansens danakj@orodu.net
commit

36b78531e9dfb03e76d305f4d9f44eff9842ea96

parent

00f6dea058927ce2045676cd3bd85de3c0533a87

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

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

@@ -283,6 +283,8 @@ ObMenuFrame *frame;

if (!(self = menu_from_name(name))) return; + menu_frame_hide_all(); + frame = menu_frame_new(self, client); menu_frame_move(frame, x, y); menu_frame_show(frame, NULL);