mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix setting container type of subclasses
This mistake caused all of the container types to end up as either None or the actual instance itself, which was causing crashes. Contributes to issue CURA-6096.
This commit is contained in:
parent
adac0af1ec
commit
057ba8cdeb
3 changed files with 3 additions and 3 deletions
|
@ -16,4 +16,4 @@ class VariantDatabaseHandler(DatabaseMetadataContainerController):
|
|||
"version": "text",
|
||||
"setting_version": "text"
|
||||
}))
|
||||
self.container_type = InstanceContainer
|
||||
self._container_type = InstanceContainer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue