From: Dana Jansens Date: Wed, 29 Jan 2003 00:44:41 +0000 (+0000) Subject: destroy the list before ungrabbing X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=02683653048435cfe1e626d1fef1b40f76279d94;p=chaz%2Fopenbox destroy the list before ungrabbing --- diff --git a/scripts/focus.py b/scripts/focus.py index e8fe965b..d2cb1385 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -135,13 +135,13 @@ def _focus_stacked_ungrab(data): 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 = []