Skip to content

libkwineffects: Disable alpha blending when painting QuickSceneView

Vlad Zahorodnii requested to merge work/zzag/quick-effect-view-opaque into master

The SceneEffect replaces the contents of the default scene, so the background is not painted. This creates an issue if a scene view has translucent parts. In that case, it's possible to see visual artifacts as the scene view is not marked opaque properly.

This MR is an attempt to add the missing api.

Merge request reports

Loading