mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
remove comments
CURA-9793
This commit is contained in:
parent
bfb2b044bb
commit
7185b898a3
1 changed files with 0 additions and 7 deletions
|
@ -96,13 +96,6 @@ Cura.MenuItem
|
|||
y: {
|
||||
var popupHeight = materialTypesModel.material_types.count * UM.Theme.getSize("menu").height
|
||||
var spaceToBottom = materialBrandMenu.parent.height - parent.y // Space from hovered item to bottom of list
|
||||
//
|
||||
// print(materialTypesModel)
|
||||
// print(materialTypesModel.material_types)
|
||||
// print(materialTypesModel.material_types.count)
|
||||
// print("popupHeight: " + popupHeight)
|
||||
// print("parentHeight: " + parentHeight)
|
||||
// print("parent.y: " + parent.y)
|
||||
|
||||
if (popupHeight < spaceToBottom)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue