1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Toggle amount counter if checked

This commit is contained in:
KillzXGaming 2019-05-25 14:29:08 -04:00
parent e720214b5e
commit bad0d1fb76
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -63,6 +63,7 @@ namespace Switch_Toolbox.Library.Forms
private void rotateBonesY90_CheckedChanged(object sender, EventArgs e)
{
RotateSkeleton = rotateBones.Checked;
rotateBonesUD.Enabled = RotateSkeleton;
}
private void rotateBonesUD_ValueChanged(object sender, EventArgs e)