Scroll setting with active focus into view

This commit is contained in:
fieldOfView 2017-06-26 13:00:59 +02:00
parent b324e90ba5
commit edee53b0b1
8 changed files with 73 additions and 6 deletions

View file

@ -298,6 +298,10 @@ Item
}
Cura.SettingInheritanceManager.manualRemoveOverride(category_id)
}
onFocusReceived:
{
contents.positionViewAtIndex(index, ListView.Contain);
}
}
}