This commit is contained in:
Tim Bentley 2010-10-24 18:36:43 +01:00
parent 0851b94837
commit 0936c7d6d5

View File

@ -273,6 +273,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog):
"""
Handle the display and State of the Position tab.
"""
print "setPosTabValues"
if self.theme.font_main_override:
self.setField(u'mainDefaultPosition', QtCore.QVariant(False))
else:
@ -504,6 +505,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog):
# preview page
self.theme.theme_name = \
unicode(self.field(u'name').toString())
print self.theme
def _colorButton(self, field):
"""