mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
CURA-5613 Don't focus on slider
This way arrow keys are able to rotate the viewport
This commit is contained in:
parent
d1b6aa8c37
commit
56437af4d2
@ -67,10 +67,6 @@ Item {
|
||||
activeHandle = handle
|
||||
}
|
||||
|
||||
// make sure the upper handle is focussed when pressing the parent handle
|
||||
// needed to connect the key bindings when switching active handle
|
||||
onVisibleChanged: if (visible) upperHandleLabel.forceActiveFocus()
|
||||
|
||||
// slider track
|
||||
Rectangle {
|
||||
id: track
|
||||
|
Loading…
x
Reference in New Issue
Block a user