--- a/Preferences/ConfigurationPages/ConfigurationPageBase.py Sun Jan 17 13:05:52 2016 +0100 +++ b/Preferences/ConfigurationPages/ConfigurationPageBase.py Sun Jan 17 13:40:24 2016 +0100 @@ -117,7 +117,7 @@ (QFontDialog.FontDialogOptions) @return selected font (QFont) """ - font, ok = QFontDialog.getFont(fontVar, self, options=options) + font, ok = QFontDialog.getFont(fontVar, self, "", options) if ok: fontSample.setFont(font) if showFontInfo: