Fix exporting clipboard data to primary selection in wxGTK.
Honour the requested selection in our selection handler instead of always returning the default one resulting in wrong data being pasted when using primary selection (e.g. middle clicking). Closes #12947. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -496,7 +496,8 @@ GTK:
|
||||
|
||||
- Improve print/page setup dialog (rafravago).
|
||||
- Switch to GtkTooltip from deprecated GtkTooltips (Emilien Kia).
|
||||
- wxTLW generates wxEVT_MAXIMIZE
|
||||
- wxTLW generates wxEVT_MAXIMIZE.
|
||||
- Fix copying clipboard data to primary selection (David Hart).
|
||||
|
||||
MSW:
|
||||
|
||||
|
Reference in New Issue
Block a user