Merge branch '3.2'

This commit is contained in:
Diego Prado Gesto 2018-01-31 09:13:29 +01:00
commit 81488e0bbc
12 changed files with 124 additions and 51 deletions

View file

@ -29,7 +29,11 @@ Menu
onObjectRemoved: menu.removeItem(object);
}
MenuSeparator { id: customSeparator }
MenuSeparator
{
id: customSeparator
visible: Cura.UserProfilesModel.rowCount > 0
}
Instantiator
{