]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorRobin Dunn <robin@alldunn.com>
Mon, 16 May 2005 20:12:50 +0000 (20:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 May 2005 20:12:50 +0000 (20:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Ticker.py

index 220b051f44a4a9ab184f48b2b3457109f55a6ea3..8eb01f784224a544c3390638dcc8395af152ea1b 100644 (file)
@@ -77,6 +77,8 @@ class TestPanel(wx.Panel):
         self.SetTickDirection("rtl")
         self.SetTickFont(self.ticker.GetFont())
         self.ticker.SetText(self.txt.GetValue())
+
+        
     def SetTickFont(self, font):
         """Sets ticker font, updates label"""
         self.ticker.SetFont(font)