diff --git a/MinecraftUSkinEditor/Forms/Form1.cs b/MinecraftUSkinEditor/Forms/Form1.cs index 36d7f9e9..565c73d2 100644 --- a/MinecraftUSkinEditor/Forms/Form1.cs +++ b/MinecraftUSkinEditor/Forms/Form1.cs @@ -1382,7 +1382,7 @@ namespace PckStudio } else { - treeView1.Nodes.Insert(targetIndex, draggedNode); + treeViewMain.Nodes.Insert(targetIndex, draggedNode); } } } diff --git a/README.md b/README.md index 09c162f7..26f749b7 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,7 @@ Modify .PCK archives as you please! * Open `MinecraftUSkinEditor.sln` * hit run *or* hit **Shift+b** + +### A quick note: + +* Forms will not load in viewer until the solution is build _at least_ once