mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Remove a few more usages of deprecated functions
This commit is contained in:
parent
3fe5c9fc6a
commit
ff0a18603b
6 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ UM.ManagementPage
|
|||
{
|
||||
for(var i = 0; i < model.count; i++)
|
||||
{
|
||||
if (model.getItem(i).id == Cura.MachineManager.activeMachineId)
|
||||
if (model.getItem(i).id == base.activeId)
|
||||
{
|
||||
return i;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue