summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/msg_daemon.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-17 18:19:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-17 18:19:27 (GMT)
commit68d5862f26515b2ec6b3d41d9ea97953284bf44e (patch)
treeabb767482c41b5d2359ade926aedeb6e2fed140b /abs/core/LinHES-system/msg_daemon.py
parent2c5a67ec9f7176f022449415a48f48d89cf0afad (diff)
downloadlinhes_pkgbuild-68d5862f26515b2ec6b3d41d9ea97953284bf44e.zip
linhes_pkgbuild-68d5862f26515b2ec6b3d41d9ea97953284bf44e.tar.gz
linhes_pkgbuild-68d5862f26515b2ec6b3d41d9ea97953284bf44e.tar.bz2
LinHES-system: msg_daemon.py: fix osd flash to the right before it scrolls into place by moving osd off screen before showing
Diffstat (limited to 'abs/core/LinHES-system/msg_daemon.py')
-rwxr-xr-xabs/core/LinHES-system/msg_daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/msg_daemon.py b/abs/core/LinHES-system/msg_daemon.py
index cd0465b..4c37171 100755
--- a/abs/core/LinHES-system/msg_daemon.py
+++ b/abs/core/LinHES-system/msg_daemon.py
@@ -24,6 +24,7 @@ class msg_aosd():
osd.set_position(pos, width, height)
(x, y, _, _) = osd.get_geometry()
osd.set_position_offset(width, height)
+ osd.set_geometry(2000, y, width, height)
osd.show()
x -= 1