Fix tooltips having white on white text

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

Loading