From 1423570251c2b91902c5503417dca37a7e2903dc Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 15 Jan 2006 23:37:57 +0000 Subject: [PATCH] invert Z sense for screens --- mytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mytest.py b/mytest.py index 42f1e009..13eb4a7e 100644 --- a/mytest.py +++ b/mytest.py @@ -153,7 +153,7 @@ class Session: if key == "zPosition": z = int(value) - dlg.instance = eWindow(self.desktop, z) + dlg.instance = eWindow(self.desktop, -z) applyAllAttributes(dlg.instance, self.desktop, dlg.skinAttributes) gui = GUIOutputDevice() gui.parent = dlg.instance -- 2.30.2