forked from openlp/openlp
Hopefully fix the issue with the Windows process not exiting on some systems
bzr-revno: 1997 Fixes: https://launchpad.net/bugs/870879
This commit is contained in:
commit
8fe8da6324
@ -1216,6 +1216,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
if self.liveController.display:
|
if self.liveController.display:
|
||||||
self.liveController.display.close()
|
self.liveController.display.close()
|
||||||
self.liveController.display = None
|
self.liveController.display = None
|
||||||
|
# Allow the main process to exit
|
||||||
|
self.application = None
|
||||||
|
|
||||||
def serviceChanged(self, reset=False, serviceName=None):
|
def serviceChanged(self, reset=False, serviceName=None):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user