Focus code and location chooser maximize components too
I did this for images a while back, but not for these. Otherwise you can't press escape or perform other key navigation functions easily. BUG: 515462 FIXED-IN: 25.12.2
This commit is contained in:
@@ -150,4 +150,6 @@ Components.AbstractMaximizeComponent {
|
|||||||
color: Kirigami.Theme.backgroundColor
|
color: Kirigami.Theme.backgroundColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onOpened: forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ Components.AbstractMaximizeComponent {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
onOpened: forceActiveFocus()
|
||||||
|
|
||||||
PositionSource {
|
PositionSource {
|
||||||
id: positionSource
|
id: positionSource
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user