From: Dana Jansens Date: Tue, 4 Feb 2003 10:34:20 +0000 (+0000) Subject: simple possible bugfix? meh X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=9ae12978f42cb014c05a2b3a8077703557a8643e;p=chaz%2Fopenbox simple possible bugfix? meh --- diff --git a/scripts/stackedcycle.py b/scripts/stackedcycle.py index 757154a6..7e90cb1b 100644 --- a/scripts/stackedcycle.py +++ b/scripts/stackedcycle.py @@ -217,7 +217,7 @@ class cycledata: not self.state & data.state): done = 1 # has Escape been pressed? - if data.action == ob.KeyAction.Press and data.key == "Escape": + elif data.action == ob.KeyAction.Press and data.key == "Escape": done = 1 # revert self.menupos = 0