forked from openlp/openlp
More changes for next release
This commit is contained in:
parent
2d6581abe0
commit
4e58f880c3
@ -234,6 +234,9 @@ class ThemeManager(QtGui.QWidget):
|
||||
oldThemeData = self.getThemeData(oldThemeName)
|
||||
self.deleteTheme(oldThemeName)
|
||||
self.cloneThemeData(oldThemeData, newThemeName)
|
||||
for plugin in self.parent.pluginManager.plugins:
|
||||
if plugin.usesTheme(oldThemeName):
|
||||
plugin.renameTheme(oldThemeName, newThemeName)
|
||||
|
||||
def onCopyTheme(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user