]> git.saurik.com Git - wxWidgets.git/commitdiff
a bit of code cleanupt
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 21:15:08 +0000 (21:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 21:15:08 +0000 (21:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/wxpTag.py

index 65e1b58ad2cb4cb4b42db3915b4eedb1b08a1eb1..5de374e9901b52bb7433bf408f823681ce709da3 100644 (file)
@@ -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