- Fixed the issue where items sent to Preview from Service may cause tracebacks.

This commit is contained in:
suutari-olli 2016-07-17 18:41:55 +03:00
parent 4874f6a218
commit 496c57cdfc
1 changed files with 1 additions and 0 deletions

View File

@ -1509,6 +1509,7 @@ class PreviewController(RegistryMixin, OpenLPMixin, SlideController):
self.split = 0
self.type_prefix = 'preview'
self.category = 'Preview Toolbar'
Registry().set_flag('has doubleclick added item to service', True)
def bootstrap_post_set_up(self):
"""