mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix selecting a material when an edit field has the focus
This commit is contained in:
parent
5339055f9a
commit
6fa83a9110
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ UM.ManagementPage
|
|||
anchors.fill: parent;
|
||||
onClicked:
|
||||
{
|
||||
forceActiveFocus();
|
||||
if(!parent.ListView.isCurrentItem)
|
||||
{
|
||||
parent.ListView.view.currentIndex = index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue