← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~mzibricky/openlp/bug-1247661-2.0 into lp:openlp/2.0

 

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.


References