Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Custom widget is not styled



On Fri, Sep 28, 2018 at 10:02 AM Ed Merks <ed.merks@xxxxxxxxx> wrote:
I might be off base on this observation, but if I recall correctly (from getting Oomph things to behave correctly with dark theme), if one subclasses Composite, your subclass is no longer styled as a composite.

Sure.
But I think there is a misunderstanding (my fault). By "parent" in my answer, I meant the container control.
So, if drawing manually on a custom widget, instead of consuming widget.getBackground(), one can decide to consume widget.getParent().getBackground() and hope this one is properly configured.
But there could be better ways of doing this.

Back to the top