forked from openlp/openlp
Fix Postsetup
This commit is contained in:
parent
e1bc312eb1
commit
4dd70d454f
@ -106,5 +106,9 @@ class SettingsForm(QtGui.QDialog, Ui_SettingsDialog):
|
|||||||
"""
|
"""
|
||||||
Run any post-setup code for the tabs on the form
|
Run any post-setup code for the tabs on the form
|
||||||
"""
|
"""
|
||||||
for tabIndex in range(0, self.stackedLayout.count()):
|
self.generalTab.postSetUp()
|
||||||
self.stackedLayout.widget(tabIndex).postSetUp()
|
self.themesTab.postSetUp()
|
||||||
|
self.advancedTab.postSetUp()
|
||||||
|
for plugin in self.plugins:
|
||||||
|
if plugin.settings_tab:
|
||||||
|
plugin.settings_tab.postSetUp()
|
||||||
|
Loading…
Reference in New Issue
Block a user