This commit is contained in:
Andreas Preikschat 2012-10-03 20:44:00 +02:00
parent c4bdea7edd
commit 99e4786ab6
1 changed files with 1 additions and 2 deletions

View File

@ -169,8 +169,7 @@ class ThemesTab(SettingsTab):
def onDefaultComboBoxChanged(self, value):
self.global_theme = self.DefaultComboBox.currentText()
self.mainwindow.renderer.set_global_theme(
self.global_theme, self.theme_level)
self.mainwindow.renderer.set_global_theme(self.global_theme)
self.__previewGlobalTheme()
def updateThemeList(self, theme_list):