* wxPrintDialog no longer derives from wxDialog.
* Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -133,7 +133,7 @@ class TestPrintPanel(wx.Panel):
 | 
			
		||||
 | 
			
		||||
        # this makes a copy of the wx.PrintData instead of just saving
 | 
			
		||||
        # a reference to the one inside the printDialogData that will
 | 
			
		||||
        # be destroyed
 | 
			
		||||
        # be destroyed when the dialog is destroyed
 | 
			
		||||
        self.printData = wx.PrintData( printerDialog.GetPrintDialogData().GetPrintData() )
 | 
			
		||||
        
 | 
			
		||||
        printerDialog.Destroy()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user