Skip to content

qml: fix context menu button twitching in TableViewDelegate with Qt 6.2

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/tableviewdelegatetwitch into master

This is a problem with Qt 6.2. When a control within another control is hovered, the bigger control is no longer considered hovered.

Merge request reports