mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08: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
@ -185,6 +185,12 @@ Item {
|
|||||||
{
|
{
|
||||||
selectedObjectId: UM.ActiveTool.properties.getValue("SelectedObjectId")
|
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
|
delegate: Row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user