Merge branch '4.0'

This commit is contained in:
Ghostkeeper 2018-12-14 15:02:30 +01:00
commit 2e835bf48d
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
19 changed files with 64 additions and 64 deletions

View file

@ -83,9 +83,7 @@ Item {
Column {
Repeater {
model: Cura.ExtrudersModel {
simpleNames: true;
}
model: CuraApplication.getExtrudersModel()
Label {
text: model.name;