Merge remote-tracking branch 'origin/3.5'

This commit is contained in:
Lipu Fei 2018-09-17 16:14:49 +02:00
commit 6929d96119
5 changed files with 69 additions and 26 deletions

View file

@ -45,7 +45,11 @@ Item
Component.onCompleted: materialListView.expandActiveMaterial(active_root_material_id)
// Every time the selected item has changed, notify to the details panel
onCurrentItemChanged: materialDetailsPanel.currentItem = currentItem
onCurrentItemChanged:
{
forceActiveFocus()
materialDetailsPanel.currentItem = currentItem
}
// Main layout
Label