From 0e50f1952de1310da5ea2db53b22d6f48bcf1f24 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 23 May 2020 00:03:53 +0300 Subject: [PATCH] drag on icon fix --- app/ui/picons_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/picons_manager.py b/app/ui/picons_manager.py index 17f0755c..48d1b008 100644 --- a/app/ui/picons_manager.py +++ b/app/ui/picons_manager.py @@ -196,7 +196,7 @@ class PiconsDialog: if src == self._app.BQ_MODEL_NAME: return - path, pos = view.get_dest_item_at_pos(x, y) or None, None + path, pos = view.get_dest_item_at_pos(x, y) or (None, None) if not path: return