itemMouse isn't defined in plasma.components 3.0
This commit is contained in:
parent
ccceb83b10
commit
d721555929
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user