Skip to content

Fix tooltips having white on white text

Albert Astals Cid requested to merge work/aacid/fix_tooltip_background into master

If we use a stylesheet it affects the children (i.e. the tooltip) so paint the background in paintEvent and not with a tooltip

Before:

imatge

After:

imatge

Merge request reports