wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Fix comparison of wxDataFormat in wxGTK #24506

Closed vadz closed 2 weeks ago

vadz commented 2 weeks ago

Their GDK atoms don't need to match, as multiple atoms may correspond to the same format at wx level (e.g. TEXT, STRING and text/plain formats all correspond to wxDF_TEXT).

See #24444, #24505.

(cherry picked from commit d3501b6b7d385d333e1a6a4160a0646080b7c2f5)