Tim, it will fall through to the return statement below.

 elif event.type() == QtCore.QEvent.ApplicationActivate:
     if sys.platform.startswith('darwin') and self.mainWindow.isMinimized():
         self.mainWindow.showNormal()
         return True
 return QtGui.QApplication.event(self, event)
-- 
https://code.launchpad.net/~mzibricky/openlp/bug-1247661-2.0/+merge/203884
Your team OpenLP Core is subscribed to branch lp:openlp/2.0.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to