]> Dogcows Code - chaz/openbox/blobdiff - scripts/stackedcycle.py
readd titlebar buttons. but they dont press yet
[chaz/openbox] / scripts / stackedcycle.py
index 1667a54aad7bab4aebaf2081194f3036f08888b6..76658ae1fe9384ea6623a2a290e31c831fc017b6 100644 (file)
@@ -218,7 +218,7 @@ class _cycledata:
         done = 0
         notreverting = 1
         # have all the modifiers this started with been released?
-        if not self.state == data.state:
+        if not self.state & data.state:
             done = 1
         elif data.action == ob.KeyAction.Press:
             # has Escape been pressed?
This page took 0.020183 seconds and 4 git commands to generate.