changeset 447:ea2691143d74

Fixes multi-selection problem
author Magnus Schieder <mschieder@intevation.de>
date Thu, 18 Jan 2018 19:03:16 +0100
parents 2f8162d50612
children ce70c76754e4
files getan/states.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/getan/states.py	Thu Jan 18 14:10:23 2018 +0100
+++ b/getan/states.py	Thu Jan 18 19:03:16 2018 +0100
@@ -479,6 +479,8 @@
             self.view.clear()
             self.set_next_state(self.projectlist_state)
             self.controller.view.set_focus(0)
+            # Deletes the selection of entries
+            self.view.selection = []
             return True
 
         if keys.get_enter() in key:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)