diff options
Diffstat (limited to 'scripts/stackedcycle.py')
| -rw-r--r-- | scripts/stackedcycle.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
