editoverlay covers krunner

now blocks all the clicks
This commit is contained in:
Marco Martin 2015-07-10 13:10:05 +02:00
parent eca12673b4
commit 21eb17fc49

View file

@ -300,7 +300,7 @@ Item {
} }
KRunner { KRunner {
id: krunner id: krunner
z: 999 z: 998
anchors { anchors {
top: parent.top top: parent.top
left: parent.left left: parent.left
@ -310,6 +310,10 @@ Item {
} }
EditOverlay {
id: editOverlay
z: 999
}
MouseEventListener { MouseEventListener {
anchors.fill: parent anchors.fill: parent
@ -435,10 +439,6 @@ Item {
anchors.fill: parent anchors.fill: parent
} }
EditOverlay {
id: editOverlay
z: 2
}
PlasmaCore.Svg { PlasmaCore.Svg {
id: arrowsSvg id: arrowsSvg
imagePath: "widgets/arrows" imagePath: "widgets/arrows"