Skip to content
Snippets Groups Projects
Commit b2d1d2d2 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Rémi Denis-Courmont
Browse files

qml: fix title bar causing hover effect

fixes #26274
parent 1735bf9d
No related branches found
No related tags found
1 merge request!1251qml: fix title bar causing hover effect
Pipeline #182470 passed with stage
in 42 minutes and 49 seconds
......@@ -80,6 +80,14 @@ FocusScope {
anchors.fill: parent
}
MouseArea {
// don't tranfer mouse to underlying components (#26274)
anchors.fill: parent
hoverEnabled: true
preventStealing: true
}
Item {
id: pLBannerSources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment