← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~meths/openlp/trivialfixes into lp:openlp

 

Review: Approve approve
Maybe do

newImage = QtGui.QImage(width, height,
    QtGui.QImage.Format_ARGB32_Premultiplied)

instead of

newImage = QtGui.QImage(
    width, height, QtGui.QImage.Format_ARGB32_Premultiplied)

I think it looks a little nicer.
-- 
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/26072
Your team OpenLP Core is subscribed to branch lp:openlp.



References