paint events cannot be constructed outside a native redraw in OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -313,10 +313,11 @@ void EventPropagationTestCase::ScrollWindowWithoutHandler()
|
|||||||
|
|
||||||
TestScrollWindow * const win = new TestScrollWindow(parent);
|
TestScrollWindow * const win = new TestScrollWindow(parent);
|
||||||
|
|
||||||
|
#ifndef __WXOSX__
|
||||||
wxPaintEvent event(win->GetId());
|
wxPaintEvent event(win->GetId());
|
||||||
win->ProcessWindowEvent(event);
|
win->ProcessWindowEvent(event);
|
||||||
CPPUNIT_ASSERT_EQUAL( "PD", g_str );
|
CPPUNIT_ASSERT_EQUAL( "PD", g_str );
|
||||||
|
#endif
|
||||||
g_str.clear();
|
g_str.clear();
|
||||||
wxCommandEvent eventCmd(TEST_EVT);
|
wxCommandEvent eventCmd(TEST_EVT);
|
||||||
win->HandleWindowEvent(eventCmd);
|
win->HandleWindowEvent(eventCmd);
|
||||||
|
Reference in New Issue
Block a user