Update viewport for bone visual toggle
This commit is contained in:
parent
deb140b917
commit
9940c6f10d
Binary file not shown.
Binary file not shown.
@ -1,15 +1,9 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Drawing;
|
|
||||||
using System.Data;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Bfres.Structs;
|
using Bfres.Structs;
|
||||||
using Syroot.NintenTools.NSW.Bfres;
|
using Syroot.NintenTools.NSW.Bfres;
|
||||||
using ResU = Syroot.NintenTools.Bfres;
|
using ResU = Syroot.NintenTools.Bfres;
|
||||||
|
using Switch_Toolbox.Library;
|
||||||
|
|
||||||
namespace FirstPlugin
|
namespace FirstPlugin
|
||||||
{
|
{
|
||||||
@ -49,6 +43,7 @@ namespace FirstPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void visibleChk_CheckedChanged(object sender, EventArgs e) {
|
private void visibleChk_CheckedChanged(object sender, EventArgs e) {
|
||||||
|
LibraryGUI.Instance.UpdateViewport();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user