diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index ec263ac0..4f4e7ac5 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal index 229076fc..14c61e2e 100644 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal and b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal differ diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs index 1d99e6b3..57a953bf 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs @@ -1,15 +1,9 @@ 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 Bfres.Structs; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; +using Switch_Toolbox.Library; namespace FirstPlugin { @@ -49,6 +43,7 @@ namespace FirstPlugin } private void visibleChk_CheckedChanged(object sender, EventArgs e) { + LibraryGUI.Instance.UpdateViewport(); } } }