forked from openlp/openlp
Lost temporary edit flag
This commit is contained in:
parent
1d673caff4
commit
39bc9238bf
@ -366,6 +366,7 @@ class ServiceItem(object):
|
||||
"""
|
||||
self._uuid = other._uuid
|
||||
self.notes = other.notes
|
||||
self.temporary_edit = other.temporary_edit
|
||||
# Copy theme over if present.
|
||||
if other.theme is not None:
|
||||
self.theme = other.theme
|
||||
|
Loading…
Reference in New Issue
Block a user