itemMouse isn't defined in plasma.components 3.0

This commit is contained in:
Aleix Pol 2019-07-19 02:47:18 +02:00
parent ccceb83b10
commit d721555929

View File

@ -49,7 +49,7 @@ PlasmaCore.FrameSvgItem {
top: parent.top
}
height: naturalSize.height
visible: separatorVisible && (listItem.sectionDelegate || (typeof(index) != "undefined" && index > 0 && !listItem.checked && !itemMouse.pressed))
visible: separatorVisible && (listItem.sectionDelegate || (typeof(index) != "undefined" && index > 0 && !listItem.checked && !listItem.pressed))
}
}