mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-28 10:20:05 +01:00
drag on icon fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user