CURA-5613 Don't focus on slider

This way arrow keys are able to rotate the viewport
This commit is contained in:
Ian Paschal 2018-08-01 10:50:29 +02:00
parent d1b6aa8c37
commit 56437af4d2

View file

@ -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