Skip to content

qml: disable clipping optimization in FadingEdgeListView

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-felv-mouseeventfiltering into master

Unfortunately elements residing outside of the rendered viewport receive mouse events this way.

An alternative to this might be adding two additional MouseAreas to block events reaching outside of the rendered region, but I did not want to further complicate this file.

Merge request reports