Fix coordinates of wxSetCursorEvent in wxGTK.
The event coordinates remained in the client coordinates of the window the initial event had been sent to, even when the event was propagated to its parent. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -589,6 +589,7 @@ wxGTK:
|
||||
- Fix infinite sizing loop with GTK3 when using wxScrolled with a non-default
|
||||
target window.
|
||||
- Fix crashes in wxGTK3 when running with non-X11 backend (Marco Trevisan).
|
||||
- Fix coordinates of wxSetCursorEvent propagated to parent windows.
|
||||
|
||||
wxMSW:
|
||||
|
||||
|
Reference in New Issue
Block a user