paint event was missing the id, Connect not working for this otherwise

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-02-13 17:38:28 +00:00
parent da76d8c2db
commit 50ed678e3a

View File

@@ -3231,7 +3231,7 @@ bool wxWindowMac::MacDoRedraw( WXHRGN updatergnr , long time )
{
// paint the window itself
wxPaintEvent event;
wxPaintEvent event(GetId());
event.SetTimestamp(time);
event.SetEventObject(this);
GetEventHandler()->ProcessEvent(event);