Skip to content

qt: ModalDialog: Setting hideSource in the ShaderEffectSource

Darshan Jain requested to merge Thrillseekr/vlc:qt/modeldialog into master

Refactor ModalDialog.qml to prevent duplicate rendering by setting ShaderEffectSource hideSource property to true. This ensure the source item is not visible while applying the GaussianBlur effect.

Fixes: #28578 (closed)

Merge request reports