petasis / tkdnd

TkDND is an extension that adds native drag & drop capabilities to the Tk toolkit
https://sourceforge.net/projects/tkdnd/
Other
106 stars 24 forks source link

Fix DnD from modal dialogs [X11] #46

Closed flopp closed 4 years ago

flopp commented 4 years ago

Don't return 0/1 from xdnd::_process_drag_events and thus ignore its return value in TkDND_HandleGenericEvent.

petasis commented 4 years ago

Thans for the pull request, I decided to always return 0 from xdnd::_process_drag_events.