Fix typo causing a minor error when opening MaterialsPage.qml

CURA-339
This commit is contained in:
fieldOfView 2016-06-01 11:51:42 +02:00
parent 38c9d9e4a1
commit 2a288cd7a2

View File

@ -195,7 +195,7 @@ UM.ManagementPage
onCurrentItemChanged: onCurrentItemChanged:
{ {
if(!currentItem == null) if(currentItem == null)
{ {
return return
} }