Heey Im glad that was helpful! Great change, that will save me a *few* lines of code =) Couldn't have found it without your help anyway so thank you guys.
On Wednesday, May 29, 2013 3:51:35 PM UTC+2, Edward K. Ream wrote: > > On Wed, May 29, 2013 at 8:34 AM, Edward K. Ream > <[email protected]<javascript:> > > wrote: > > Haha. This means that the bg keyword param to sc.createIconButton should >> be made functional ;-) I'll try that now. >> > > Done at rev 5796. All unit tests pass. Please report any problems > immediately. > > The heart of the new code is:: > > b.button.setStyleSheet("{background-color: %s }" % (bg)) > > not: > > b.button.setStyleSheet("QWidget {background-color: %s }" % (bg)) > > This latter code would change to much. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
