parent
353f451d25
commit
fcd3607d7a
|
|
@ -87,6 +87,6 @@ public sealed partial class MaterialStorageControl : ScrollContainer
|
|||
}
|
||||
|
||||
_currentMaterials = mats;
|
||||
NoMatsLabel.Visible = ChildCount == 1;
|
||||
NoMatsLabel.Visible = MaterialList.ChildCount == 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue