Various wxHtml updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-04-15 05:30:35 +00:00
parent de871c916e
commit 4725f47eb2
4 changed files with 167 additions and 26 deletions

View File

@@ -161,7 +161,7 @@ class wxpTagHandler(wx.html.HtmlWinTagHandler):
self.ParseInner(tag)
# create the object
parent = self.GetParser().GetWindow()
parent = self.GetParser().GetWindowInterface().GetHTMLWindow()
if parent:
obj = apply(self.ctx.classObj,
(parent,),