mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:29:01 +08:00
Fix typo causing a minor error when opening MaterialsPage.qml
CURA-339
This commit is contained in:
parent
38c9d9e4a1
commit
2a288cd7a2
@ -195,7 +195,7 @@ UM.ManagementPage
|
||||
|
||||
onCurrentItemChanged:
|
||||
{
|
||||
if(!currentItem == null)
|
||||
if(currentItem == null)
|
||||
{
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user