mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 01:59:17 +08:00
Remove unused property
CURA-9793
This commit is contained in:
parent
15761b6c59
commit
92e6d5007f
@ -16,7 +16,6 @@ Cura.MenuItem
|
||||
id: materialBrandMenu
|
||||
overrideShowArrow: true
|
||||
|
||||
property int rootHeight
|
||||
property var materialTypesModel
|
||||
text: materialTypesModel.name
|
||||
|
||||
|
@ -101,7 +101,6 @@ Cura.Menu
|
||||
delegate: Cura.MaterialBrandMenu
|
||||
{
|
||||
materialTypesModel: model
|
||||
rootHeight: materialMenu.height
|
||||
}
|
||||
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
||||
onObjectRemoved: function(index, object) { materialMenu.removeItem(index) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user