1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Fix context menu themes

This commit is contained in:
KillzXGaming 2019-03-30 14:43:49 -04:00
parent 48c7477467
commit b1db621786
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@ using ResU = Syroot.NintenTools.Bfres;
using FirstPlugin; using FirstPlugin;
using OpenTK; using OpenTK;
using Switch_Toolbox.Library.Animations; using Switch_Toolbox.Library.Animations;
using Switch_Toolbox.Library.Forms;
using SELib; using SELib;
namespace Bfres.Structs namespace Bfres.Structs
@ -40,7 +41,7 @@ namespace Bfres.Structs
ImageKey = "skeletonAnimation"; ImageKey = "skeletonAnimation";
SelectedImageKey = "skeletonAnimation"; SelectedImageKey = "skeletonAnimation";
ContextMenuStrip = new ContextMenuStrip(); ContextMenuStrip = new STContextMenuStrip();
ContextMenuStrip.Items.Add(new ToolStripMenuItem("New Bone Target", null, NewAction, Keys.Control | Keys.W)); ContextMenuStrip.Items.Add(new ToolStripMenuItem("New Bone Target", null, NewAction, Keys.Control | Keys.W));
LoadFileMenus(false); LoadFileMenus(false);