mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:56:05 +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:
|
onCurrentItemChanged:
|
||||||
{
|
{
|
||||||
if(!currentItem == null)
|
if(currentItem == null)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user