Fix selecting a material when an edit field has the focus

This commit is contained in:
fieldOfView 2017-05-11 13:22:14 +02:00
parent 5339055f9a
commit 6fa83a9110

View file

@ -81,6 +81,7 @@ UM.ManagementPage
anchors.fill: parent;
onClicked:
{
forceActiveFocus();
if(!parent.ListView.isCurrentItem)
{
parent.ListView.view.currentIndex = index;