Do not try to manually create a wx.PaintEvent

Since wxWidgets 3.1.4, manually creating a wxPaintEvent is no longer
possible, also see commit 3761507882 ("wxObjectDataPtr, wxGridCell*Ptr,
and other changes needed for updated wxWidgets").
This commit is contained in:
Stefan Brüns
2020-09-30 23:21:12 +02:00
parent 47c4a913d3
commit 0168c425ec

View File

@@ -116,9 +116,6 @@ class Events(wtc.WidgetTestCase):
def test_NotifyEvent_ctor(self):
evt = wx.NotifyEvent()
def test_PaintEvent_ctor(self):
evt = wx.PaintEvent()
def test_PaletteChangedEvent_ctor(self):
evt = wx.PaletteChangedEvent()