]> Dogcows Code - chaz/openbox/blobdiff - scripts/motion.py
position relative to the window properly
[chaz/openbox] / scripts / motion.py
index bf52bd9634698a7f5b5a87edfd12b5e87d77267d..cc17803b794444b6c60c286d9521614aa3602601 100644 (file)
@@ -105,6 +105,8 @@ def _place_popup():
         except: x = y = 0
         if x < 0: x += area.right() - size.width() + 2
         if y < 0: y += area.bottom() - size.height() + 2
+        x += area.position.x()
+        y += area.position.y()
     _popwidget.moveresize(otk.Rect(x, y, size.width(), size.height()))
 
 def _motion_grab(data):
This page took 0.021713 seconds and 4 git commands to generate.