mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06: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
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ Item {
|
||||||
activeHandle = handle
|
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
|
// slider track
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: track
|
id: track
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue