Skip to content

Commit

Permalink
AddNewSkin - Fix cape box not showing after skin selection
Browse files Browse the repository at this point in the history
  • Loading branch information
NessieHax committed Jun 28, 2024
1 parent 906d3c8 commit 4d95586
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PCK-Studio/Forms/Skins-And-Textures/AddNewSkin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ private void SetNewTexture(Image img)

skinPictureBox.Image = newSkin.Model.Texture = img;
labelSelectTexture.Visible = false;
//capePictureBox.Visible = true;
//buttonCape.Visible = true;
//capeLabel.Visible = true;
//buttonDone.Enabled = true;
//buttonAnimGen.Enabled = true;
capePictureBox.Visible = true;
buttonCape.Visible = true;
capeLabel.Visible = true;
buttonDone.Enabled = true;
buttonAnimGen.Enabled = true;
}

private void DrawModel()
Expand Down

0 comments on commit 4d95586

Please sign in to comment.