From 0452192a926eae5b15945d5450371343b4e4b9db Mon Sep 17 00:00:00 2001 From: informatorius Date: Wed, 11 Apr 2018 19:12:59 +0200 Subject: [PATCH] If select a slot with no workunit then workunits are deselected --- fah/ClientConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fah/ClientConfig.py b/fah/ClientConfig.py index 1ec469d..14979af 100644 --- a/fah/ClientConfig.py +++ b/fah/ClientConfig.py @@ -252,7 +252,8 @@ class ClientConfig: # Update the UI self.update_work_unit_info(app) - + else: app.queue_tree.get_selection().unselect_all() + def select_queue_slot(self, app): # Get unit ID of selected queue entry