temporarily fixed theme level

This commit is contained in:
Raoul Snyman 2018-12-10 09:48:26 -07:00
parent f9adf856f1
commit 7012a09812
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import time
from PyQt5 import QtWidgets, QtGui
from openlp.core.lib.formattingtags import FormattingTags
from openlp.core.common import ThemeLevel
from openlp.core.common.registry import Registry, RegistryBase
from openlp.core.common.mixins import LogMixin, RegistryProperties
from openlp.core.display.screens import ScreenList
@ -443,6 +444,7 @@ class Renderer(RegistryBase, LogMixin, RegistryProperties, DisplayWindow):
self.show()
self.hide()
self.theme_height = 0
self.theme_level = ThemeLevel.Global
def calculate_line_count(self):
"""