From 56437af4d2a892c8789d433d67046de467188314 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Wed, 1 Aug 2018 10:50:29 +0200 Subject: [PATCH] CURA-5613 Don't focus on slider This way arrow keys are able to rotate the viewport --- plugins/SimulationView/LayerSlider.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/SimulationView/LayerSlider.qml b/plugins/SimulationView/LayerSlider.qml index ab752419db..22f9d91340 100644 --- a/plugins/SimulationView/LayerSlider.qml +++ b/plugins/SimulationView/LayerSlider.qml @@ -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