mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Prevent cura crash after setting Print as Support in per object setting
menu CURA-5766
This commit is contained in:
parent
baa8064ec7
commit
2a201cef23
1 changed files with 6 additions and 0 deletions
|
@ -185,6 +185,12 @@ Item {
|
|||
{
|
||||
selectedObjectId: UM.ActiveTool.properties.getValue("SelectedObjectId")
|
||||
}
|
||||
|
||||
// For some reason the model object is updated after removing him from the memory and
|
||||
// it happens only on Windows. For this reason, set the destroyed value manually.
|
||||
Component.onDestruction: {
|
||||
setDestroyed(true);
|
||||
}
|
||||
}
|
||||
|
||||
delegate: Row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue