mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Fix typo causing a minor error when opening MaterialsPage.qml
CURA-339
This commit is contained in:
parent
38c9d9e4a1
commit
2a288cd7a2
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ UM.ManagementPage
|
|||
|
||||
onCurrentItemChanged:
|
||||
{
|
||||
if(!currentItem == null)
|
||||
if(currentItem == null)
|
||||
{
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue