drag on icon fix

This commit is contained in:
DYefremov
2020-05-23 00:03:53 +03:00
parent 8686e15446
commit 0e50f1952d

View File

@@ -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