Skip to content

qml: narrow where the effect is applied in MainDisplay for rendering optimization

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/narroweffectarea into master
  • Only apply the effect to the stack view subtree.
  • Remove the unnecessary FocusScope in MainDisplay, the parent is already a focus scope.

Merge request reports