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
|
id: materialBrandMenu
|
||||||
overrideShowArrow: true
|
overrideShowArrow: true
|
||||||
|
|
||||||
property int rootHeight
|
|
||||||
property var materialTypesModel
|
property var materialTypesModel
|
||||||
text: materialTypesModel.name
|
text: materialTypesModel.name
|
||||||
|
|
||||||
|
@ -101,7 +101,6 @@ Cura.Menu
|
|||||||
delegate: Cura.MaterialBrandMenu
|
delegate: Cura.MaterialBrandMenu
|
||||||
{
|
{
|
||||||
materialTypesModel: model
|
materialTypesModel: model
|
||||||
rootHeight: materialMenu.height
|
|
||||||
}
|
}
|
||||||
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
||||||
onObjectRemoved: function(index, object) { materialMenu.removeItem(index) }
|
onObjectRemoved: function(index, object) { materialMenu.removeItem(index) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user