Skip to content

Stop using transparent color, as it breaks swing rules

Matej Dipčár requested to merge transparent-color-fix into milestone-01

By using a transparent background you are breaking Swings painting rules. Basically when the component is opaque you promise to paint the background of the component. But because the background is transparent there is nothing to paint.

Merge request reports