aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-04-01 01:40:21 +0200
committerAndreas Oberritter <obi@opendreambox.org>2011-04-01 01:40:21 +0200
commit348cf0e4d7fa1e615635984c9325fc0e8fa4e72b (patch)
tree11c9eac4151e1b388e1ec43ba7d5d96be34ff8c2 /mytest.py
parentd42f3e1a95c2021cbfdf885f21d87a7fa100f05a (diff)
downloadenigma2-348cf0e4d7fa1e615635984c9325fc0e8fa4e72b.tar.gz
enigma2-348cf0e4d7fa1e615635984c9325fc0e8fa4e72b.zip
fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)
Diffstat (limited to 'mytest.py')
-rwxr-xr-xmytest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index 7a8d7b70..99695e05 100755
--- a/mytest.py
+++ b/mytest.py
@@ -214,6 +214,7 @@ class Session:
self.summary.show()
c.addSummary(self.summary)
+ c.saveKeyboardMode()
c.execBegin()
# when execBegin opened a new dialog, don't bother showing the old one.
@@ -225,6 +226,7 @@ class Session:
self.in_exec = False
self.current_dialog.execEnd()
+ self.current_dialog.restoreKeyboardMode()
self.current_dialog.hide()
if last: