--- 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): """