mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix the SetFonts in HtmlEasyPrinting and HtmlPrintout too
This commit is contained in:
@@ -45,10 +45,12 @@ def run():
|
||||
c = module.find('wxHtmlEasyPrinting')
|
||||
c.mustHaveApp()
|
||||
c.addPrivateCopyCtor()
|
||||
tools.fixHtmlSetFonts(c)
|
||||
|
||||
c = module.find('wxHtmlPrintout')
|
||||
c.mustHaveApp()
|
||||
c.addPrivateCopyCtor()
|
||||
tools.fixHtmlSetFonts(c)
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user