Comment 5 for bug 1300801

Revision history for this message
Guillaume Chereau (guillaume-chereau) wrote : Re: [Bug 1300801] Re: Tooltips are not affected by night mode

On Mon, Aug 17, 2015 at 05:34:15PM -0000, Alexander Wolf wrote:
> >Maybe using QToolTip::setPalette ?
>
> Maybe, but better will be repair the application of styles for whole
> application (or fix night mode rules for tooltip's)

The thing is that now the night mode is implemented using a shader
effect, so the night mode style is actually not used. I guess we could
remove it totally. The tooltips are not affected by the shader because
Qt show them outside of the window.

I will check if there is a simple way to fix this.