changeset 248:0219b1d63c6c

Set focus to GetanView frame body when changing to PausedProjectsState
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 09 Apr 2013 22:19:32 +0200
parents ee04fc66891f
children 09051bd266b1
files getan/states.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/getan/states.py	Tue Apr 09 22:19:07 2013 +0200
+++ b/getan/states.py	Tue Apr 09 22:19:32 2013 +0200
@@ -415,6 +415,7 @@
             return True
         self.controller.stop_project(text)
         self.controller.view.set_footer_text(self.msg('choose_proj'), 'question')
+        self.controller.view.set_focus("body")
         self.set_next_state(PausedProjectsState(self.controller, self.view))
         return True
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)