openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29032
[Merge] lp:~trb143/openlp/theme24 into lp:openlp/2.4
Tim Bentley has proposed merging lp:~trb143/openlp/theme24 into lp:openlp/2.4.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~trb143/openlp/theme24/+merge/290801
Fix the service when the theme changes
--
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/theme24 into lp:openlp/2.4.
=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py 2016-01-12 21:29:20 +0000
+++ openlp/core/ui/servicemanager.py 2016-04-02 18:06:41 +0000
@@ -1324,6 +1324,7 @@
visible = self.renderer.theme_level == ThemeLevel.Global
self.theme_label.setVisible(visible)
self.theme_combo_box.setVisible(visible)
+ self.regenerate_service_items()
def regenerate_service_items(self, changed=False):
"""
Follow ups