Add missing typing for setting visibility preset model

This commit is contained in:
Jaime van Kessel 2018-12-20 11:09:02 +01:00
parent 8bff0d17e8
commit dc473dc78d
2 changed files with 24 additions and 12 deletions

View file

@ -134,7 +134,6 @@ Column
onPreferenceChanged:
{
var autoSlice = UM.Preferences.getValue("general/auto_slice")
print(prepareButtons.autoSlice, autoSlice)
if(prepareButtons.autoSlice != autoSlice)
{
prepareButtons.autoSlice = autoSlice