1
0
mirror of synced 2024-09-24 11:38:22 +02: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 OpenTK;
using Switch_Toolbox.Library.Animations;
using Switch_Toolbox.Library.Forms;
using SELib;
namespace Bfres.Structs
@ -40,7 +41,7 @@ namespace Bfres.Structs
ImageKey = "skeletonAnimation";
SelectedImageKey = "skeletonAnimation";
ContextMenuStrip = new ContextMenuStrip();
ContextMenuStrip = new STContextMenuStrip();
ContextMenuStrip.Items.Add(new ToolStripMenuItem("New Bone Target", null, NewAction, Keys.Control | Keys.W));
LoadFileMenus(false);