forked from openlp/openlp
do not load the list twice when copying a theme
This commit is contained in:
parent
380d44a522
commit
0320f88d72
@ -300,7 +300,6 @@ class ThemeManager(QtGui.QWidget):
|
||||
if self.checkIfThemeExists(newThemeName):
|
||||
themeData = self.getThemeData(oldThemeName)
|
||||
self.cloneThemeData(themeData, newThemeName)
|
||||
self.loadThemes()
|
||||
|
||||
def cloneThemeData(self, themeData, newThemeName):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user