diff getan/states.py @ 469:050ffdec60d9

Fix the orientation problem * Highlights the project what is open.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 08 May 2018 13:29:45 +0200
parents 74e550aa3b6a
children d379f8098bb3
line wrap: on
line diff
--- a/getan/states.py	Fri May 04 15:36:50 2018 +0200
+++ b/getan/states.py	Tue May 08 13:29:45 2018 +0200
@@ -86,6 +86,7 @@
         if keys.get_switch_lists() in input:
             if not self.controller.entries_view.rows:
                 return True
+            self.view.highlight_open_project()
             new_state = DefaultEntryListState(self, self.controller,
                                               self.controller.entries_view)
             self.set_next_state(new_state)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)