Colour scheme problems after revision 1185467
Guillaume DE BURE
guillaume.debure at gmail.com
Sun Oct 17 15:44:03 CEST 2010
Le samedi 16 octobre 2010 17:38:02, Marco Martin a écrit :
> On Saturday 16 October 2010, Ivan Cukic wrote:
> > Hi,
> >
> > The colour scheme for Plasma::Label is not working anymore - just test with
> > any dark theme.
> >
>
> I think the issue is the folloing:
> that commit was made because an old Qt bug as fixed, i.e. the propagation of
> the palette to proxy widget,
> but
> this works prfectly propacating the *system* colors
> plasma doesn't use the system color scheme, so a manual sync with Thmeme
> should still be needed
By the way that commit fixed an issue I had where I needed to do
label->nativeWidget()->setPalette(palette);
This is now fixed, and this works:
label->setPalette(palette);
Sorry Aaron for not coming back earlier, I had issues with my KDE trunk :/
Guillaume
More information about the Plasma-devel
mailing list