From 0088fd4fe2c865b5c792a18af9d68c27250a395f Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 21 Apr 2019 07:25:46 +0100 Subject: [PATCH] fix image theme editing --- openlp/core/ui/thememanager.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 4ae79ee6b..4c7d38e1a 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -648,11 +648,6 @@ class ThemeManager(QtWidgets.QWidget, RegistryBase, Ui_ThemeManager, LogMixin, R :rtype: None """ self._write_theme(theme, image_source_path, image_destination_path) - if theme.background_type == BackgroundType.to_string(BackgroundType.Image): - self.image_manager.update_image_border(path_to_str(theme.background_filename), - ImageSource.Theme, - QtGui.QColor(theme.background_border_color)) - self.image_manager.process_updates() def _write_theme(self, theme, image_source_path=None, image_destination_path=None): """