Fix event object in wxSysColourChangedEvent.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Dec 2009 15:36:51 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Dec 2009 15:36:51 +0000 (15:36 +0000)
commit6f34fcb34ebc7f6b4e45f17c699c586cb5f954d8
treea9f2a74f6076d93bfb146e8e87ee59bd7b9fcea8
parent62354609e69487e1066e1b1129c254c886cfa0fb
Fix event object in wxSysColourChangedEvent.

The handler for this event in the base class incorrectly changed the event
object of the original event instead of setting it for the event being sent to
the window children as it was supposed to.

Closes #11458.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp