mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Remove custom text property in materials brand section
It was duplicating the sectionName property. Contributes to issue CURA-6302.
This commit is contained in:
parent
3b4e253e98
commit
dfeb71992a
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Copyright (c) 2019 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.7
|
||||
|
@ -14,7 +14,6 @@ Item
|
|||
{
|
||||
id: brand_section
|
||||
|
||||
property var text: ""
|
||||
property var sectionName: ""
|
||||
property var elementsModel // This can be a MaterialTypesModel or GenericMaterialsModel or FavoriteMaterialsModel
|
||||
property var hasMaterialTypes: true // It indicates wheather it has material types or not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue