remove references to FlickableType in BasicButtonType.qml

This commit is contained in:
Cyril Anisimov
2025-07-26 17:39:59 +02:00
parent 243b988209
commit f515eb82be
@@ -29,8 +29,6 @@ Button {
property bool squareLeftSide: false
property FlickableType parentFlickable
property var clickedFunc
property alias buttonTextLabel: buttonText
@@ -65,14 +63,6 @@ Button {
hoverEnabled: true
onFocusChanged: {
if (root.activeFocus) {
if (root.parentFlickable) {
root.parentFlickable.ensureVisible(this)
}
}
}
background: Rectangle {
id: focusBorder