paint event was missing the id, Connect not working for this otherwise
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1858,7 +1858,7 @@ bool wxWindowMac::MacDoRedraw( long time )
|
|||||||
{
|
{
|
||||||
// paint the window itself
|
// paint the window itself
|
||||||
|
|
||||||
wxPaintEvent event;
|
wxPaintEvent event(GetId());
|
||||||
event.SetTimestamp(time);
|
event.SetTimestamp(time);
|
||||||
event.SetEventObject(this);
|
event.SetEventObject(this);
|
||||||
handled = HandleWindowEvent(event);
|
handled = HandleWindowEvent(event);
|
||||||
|
Reference in New Issue
Block a user