]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Some OS/2 updates
[wxWidgets.git] / wxPython / demo / Main.py
index 3f0e2d32362988b9f76ba43598fe8fca4d395f2a..aa32a418d0b9a062449e3e11cbfec22b625ad40c 100644 (file)
@@ -210,7 +210,6 @@ class wxPythonDemo(wxFrame):
         # Set up a TextCtrl on the Demo Code Notebook page
         self.txt = wxTextCtrl(self.nb, -1,
                               style = wxTE_MULTILINE|wxTE_READONLY|wxHSCROLL)
-        self.txt.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false))
         self.nb.AddPage(self.txt, "Demo Code")