mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 12:51:07 -07: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;
|
anchors.fill: parent;
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
forceActiveFocus();
|
||||||
if(!parent.ListView.isCurrentItem)
|
if(!parent.ListView.isCurrentItem)
|
||||||
{
|
{
|
||||||
parent.ListView.view.currentIndex = index;
|
parent.ListView.view.currentIndex = index;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue