diff options
Diffstat (limited to 'mytest.py')
| -rwxr-xr-x | mytest.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
