mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Merge remote-tracking branch 'origin/4.0'
This commit is contained in:
commit
4d3211e651
2 changed files with 11 additions and 2 deletions
|
@ -124,6 +124,15 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
// Can't use 'item: ...activeExtruderIndex' directly apparently, see also the comment on the previous block.
|
||||
onVisibleChanged:
|
||||
{
|
||||
if (tabBar.visible)
|
||||
{
|
||||
tabBar.setCurrentIndex(Cura.ExtruderManager.activeExtruderIndex);
|
||||
}
|
||||
}
|
||||
|
||||
//When the model of the extruders is rebuilt, the list of extruders is briefly emptied and rebuilt.
|
||||
//This causes the currentIndex of the tab to be in an invalid position which resets it to 0.
|
||||
//Therefore we need to change it back to what it was: The active extruder index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue