Fixed AddCategory feature not making nodes

This commit is contained in:
MattNL
2022-08-06 15:11:38 -04:00
parent 916fc4c40d
commit e5b2588b6f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ namespace PckStudio
break;
case 9 when file.filepath == "colours.col":
if (file.FileSize == 0)
if (file.size == 0)
{
MessageBox.Show("No Color data found.", "Error", MessageBoxButtons.OK,
MessageBoxIcon.Error);