Fix cursor inheritance and busy cursor/global cursor, closes #15801

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-01-23 18:27:13 +00:00
parent 3fb08cdfe6
commit 50ca21f966
7 changed files with 116 additions and 93 deletions

View File

@@ -602,6 +602,7 @@ wxGTK:
- Fix setting font and colours of wxToggleButtons with images.
- Fix wxPopupTransientWindow mouse events with GTK3,
also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl.
- Fix cursor inheritance.
wxMSW: