Skip to content

scene: no need to paint the background if there's none to paint

Aleix Pol Gonzalez requested to merge work/nobg into master

Otherwise paintBackground will take the fact that it's null as reason to re-render the whole framebuffer. This is also properly detected because plasmashell properly reports itself as opaque.

Merge request reports