mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Removing a profile now forces a reset of selection
Fixes CURA-2169
This commit is contained in:
parent
3012690abc
commit
aac19c94a3
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ UM.ManagementPage
|
||||||
{
|
{
|
||||||
Cura.MachineManager.setActiveQuality(base.model.getItem(0).name)
|
Cura.MachineManager.setActiveQuality(base.model.getItem(0).name)
|
||||||
}
|
}
|
||||||
|
objectList.currentIndex = -1 //Reset selection.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UM.RenameDialog
|
UM.RenameDialog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue