On Wed, May 29, 2013 at 8:34 AM, Edward K. Ream <[email protected]> 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.


Reply via email to