comparison 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
comparison
equal deleted inserted replaced
468:74e550aa3b6a 469:050ffdec60d9
84 return True 84 return True
85 85
86 if keys.get_switch_lists() in input: 86 if keys.get_switch_lists() in input:
87 if not self.controller.entries_view.rows: 87 if not self.controller.entries_view.rows:
88 return True 88 return True
89 self.view.highlight_open_project()
89 new_state = DefaultEntryListState(self, self.controller, 90 new_state = DefaultEntryListState(self, self.controller,
90 self.controller.entries_view) 91 self.controller.entries_view)
91 self.set_next_state(new_state) 92 self.set_next_state(new_state)
92 return True 93 return True
93 94
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)