all repos — openbox @ 02683653048435cfe1e626d1fef1b40f76279d94

openbox fork - make it a bit more like ryudo

destroy the list before ungrabbing
Dana Jansens danakj@orodu.net
commit

02683653048435cfe1e626d1fef1b40f76279d94

parent

3ec33ffba5b1ae8d6b9a4b35999795067ed90732

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

jump to
M scripts/focus.pyscripts/focus.py

@@ -135,13 +135,13 @@

if data.action == ob.KeyAction.Release: # have all the modifiers this started with been released? if not _cyc_mask & data.state: + _destroy_popup_list() ob.kungrab() # ungrab ourself _doing_stacked = 0; if cycle_raise: client = ob.openbox.findClient(_cyc_w) if client: ob.openbox.screen(data.screen).raiseWindow(client) - _destroy_popup_list() _list_widget = 0 _list_labels = []