mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08:00
Fix selecting a material when an edit field has the focus
This commit is contained in:
parent
5339055f9a
commit
6fa83a9110
@ -81,6 +81,7 @@ UM.ManagementPage
|
||||
anchors.fill: parent;
|
||||
onClicked:
|
||||
{
|
||||
forceActiveFocus();
|
||||
if(!parent.ListView.isCurrentItem)
|
||||
{
|
||||
parent.ListView.view.currentIndex = index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user