mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Fix Python 3.10 issue with test_cmndata
This commit is contained in:
@@ -50,7 +50,7 @@ class cmndata_tests(wtc.WidgetTestCase):
|
||||
def test_PD_PaperSize(self):
|
||||
pd = wx.PrintData()
|
||||
pd.GetPaperSize()
|
||||
pd.SetPaperSize( wx.Size(8.5*300, 11*300) )
|
||||
pd.SetPaperSize( wx.Size(int(8.5*300), 11*300) )
|
||||
pd.PaperSize
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user