drag on icon fix

(cherry picked from commit 0e50f1952d)
This commit is contained in:
DYefremov
2020-05-23 00:03:53 +03:00
parent 6d37da072e
commit 115f3960a7

View File

@@ -198,7 +198,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