Qt: possible multiple rendering of `g_mainDisplay` due to `ModalDialog` background effect
ModalDialog.qml
uses GaussianBlur
as background effect. The source is apparently set to g_mainDisplay
. However, it seems that the effect is placed on top of the source, so the source should be invisible to not render twice.
Setting hideSource
in the ShaderEffectSource
would probably fix it.