Correct query for formats supported by wxDataObject in wxGTK wxClipboard.
We wrongly asked wxDataObject for the formats it could provide on output instead of those it accepted as input in wxClipboard::GetData() in wxGTK. This could result in clipboard not working for "asymmetrical" data objects. See #11811. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -501,6 +501,7 @@ GTK:
|
||||
- wxRadioBox constructor uses default consistent with other ports now.
|
||||
- Partially implemented wxTextCtrl::GetStyle() (Igor Romanov).
|
||||
- Corrected themed border display.
|
||||
- Fix wxClipboard::GetData() for asymmetric wxDataObjects (Timothy Lee).
|
||||
|
||||
Mac:
|
||||
|
||||
|
Reference in New Issue
Block a user