forked from openlp/openlp
parent
3fa0635d79
commit
bf382863d2
@ -1427,9 +1427,10 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage
|
|||||||
self.drop_position = -1
|
self.drop_position = -1
|
||||||
self.set_modified()
|
self.set_modified()
|
||||||
|
|
||||||
def make_preview(self):
|
def make_preview(self, field=None):
|
||||||
"""
|
"""
|
||||||
Send the current item to the Preview slide controller
|
Send the current item to the Preview slide controller
|
||||||
|
:param field:
|
||||||
"""
|
"""
|
||||||
self.application.set_busy_cursor()
|
self.application.set_busy_cursor()
|
||||||
item, child = self.find_service_item()
|
item, child = self.find_service_item()
|
||||||
|
Loading…
Reference in New Issue
Block a user