mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge remote-tracking branch 'origin/3.5'
This commit is contained in:
commit
6929d96119
5 changed files with 69 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue