Merge branch 'fix_#713' into 'master'

Fix #713 - Bible Combo Crash

Closes #713

See merge request openlp/openlp!284
This commit is contained in:
Tomas Groth 2021-01-03 17:34:39 +00:00
commit 561745166a
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ class BibleMediaItem(MediaManagerItem):
:return: None
"""
# TODO: Change layout_style to a property
print("Hello")
self.settings_tab.layout_style = index
self.settings_tab.layout_style_combo_box.setCurrentIndex(index)
self.settings.setValue('bibles/verse layout style', self.settings_tab.layout_style)