mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Fix: upper/lower handle not losing focus when range handle pressed
This commit is contained in:
parent
94d291a20c
commit
96bd641d93
1 changed files with 5 additions and 1 deletions
|
@ -155,7 +155,11 @@ Item
|
||||||
}
|
}
|
||||||
|
|
||||||
onPositionChanged: parent.onHandleDragged()
|
onPositionChanged: parent.onHandleDragged()
|
||||||
onPressed: sliderRoot.setActiveHandle(rangeHandle)
|
onPressed:
|
||||||
|
{
|
||||||
|
sliderRoot.setActiveHandle(rangeHandle)
|
||||||
|
sliderRoot.forceActiveFocus()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue