forked from openlp/openlp
Merge branch 'fix_#713' into 'master'
Fix #713 - Bible Combo Crash Closes #713 See merge request openlp/openlp!284
This commit is contained in:
commit
561745166a
@ -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