[Bug 15153] Dragging tabs crashes Code:Blocks 8.02 C++ IDE

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 30 15:17:41 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=15153

--- Comment #14 from Esme Povirk <madewokherd at gmail.com> ---
SetData is an implementation of this method:
https://docs.wxwidgets.org/trunk/classwx_data_object_simple.html#a064b6e42ceb86247318e7ab62bb47442

It seems the assumption is that this will only be called when data is dragged
from the program's own drag source, which uses a specific structure of known
size. That all should be fine, but I guess somehow the data is getting lost?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list