openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #00135
Re: [Merge] lp:~raoul-snyman/openlp/assertbug into lp:openlp
Probably a bit too late now, but...
On Fri, Jun 26, 2009 at 04:25:17PM -0000 or thereabouts, Raoul Snyman wrote:
> - elif self._theme.background_type == u'gradient' : # gradient
> + elif self._theme.background_type == u'gradient':
> + # gradient
Now that the background type has a text setting, rather than a number,
we probably don't need that comment?
> gradient = None
> if self._theme.background_direction == u'horizontal':
> w = int(self._frame.width()) / 2
> - gradient = QtGui.QLinearGradient(w, 0, w, self._frame.height()) # vertical
> + # vertical
Ditto... etc. :)
Cheers,
Martin
--
https://code.launchpad.net/~raoul-snyman/openlp/assertbug/+merge/7950
Your team openlp.org Core is subscribed to branch lp:openlp.
References