Remove catalog creation from setting item

This pretty much doubles the speed by which setting items are created.
This commit is contained in:
Jaime van Kessel 2019-02-21 14:49:25 +01:00
parent 60547b4265
commit b07086dee4

View File

@ -315,7 +315,5 @@ Item
width: UM.Theme.getSize("setting_control").width
height: UM.Theme.getSize("setting_control").height
}
}
UM.I18nCatalog { id: catalog; name: "cura" }
}
}