forked from openlp/openlp
Fix #713 - Bible Combo Crash
This commit is contained in:
parent
418c0861d7
commit
b27f0c69d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user