Preferences/ConfigurationPages/GraphicsPage.py

changeset 3010
befeff46ec0f
parent 2964
84b65fb9e780
child 3057
10516539f238
child 3160
209a07d7e401
diff -r bf5ae5d7477d -r befeff46ec0f Preferences/ConfigurationPages/GraphicsPage.py
--- a/Preferences/ConfigurationPages/GraphicsPage.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Preferences/ConfigurationPages/GraphicsPage.py	Sat Oct 12 18:25:29 2013 +0200
@@ -42,7 +42,8 @@
         """
         Private method used to select the font for the graphics items.
         """
-        self.graphicsFont = self.selectFont(self.graphicsFontSample, self.graphicsFont)
+        self.graphicsFont = self.selectFont(self.graphicsFontSample,
+                                            self.graphicsFont)
         
     def polishPage(self):
         """

eric ide

mercurial