Fix cursor shape over text fields/areas
Fix only applies if kinetic scrolling is enabled, need WheelHandler (Qt 5.14+) otherwise
This commit is contained in:
@@ -120,6 +120,7 @@ ListView {
|
||||
|
||||
HKineticScrollingDisabler {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
width: enabled ? parent.width : 0
|
||||
height: enabled ? parent.height : 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user