a bit of code cleanupt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
acb0429704
commit
fec9bb97b3
@ -169,7 +169,8 @@ class wxpTagHandler(wx.html.HtmlWinTagHandler):
|
||||
obj.Show(True)
|
||||
|
||||
# add it to the HtmlWindow
|
||||
self.GetParser().GetContainer().InsertCell(wx.html.HtmlWidgetCell(obj, self.ctx.floatWidth))
|
||||
self.GetParser().GetContainer().InsertCell(
|
||||
wx.html.HtmlWidgetCell(obj, self.ctx.floatWidth))
|
||||
self.ctx = None
|
||||
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user