simple possible bugfix? meh

This commit is contained in:
Dana Jansens 2003-02-04 10:34:20 +00:00
parent c0b0c00408
commit 9ae12978f4

View file

@ -217,7 +217,7 @@ class cycledata:
not self.state & data.state): not self.state & data.state):
done = 1 done = 1
# has Escape been pressed? # 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 done = 1
# revert # revert
self.menupos = 0 self.menupos = 0