Fix context menu themes
This commit is contained in:
parent
48c7477467
commit
b1db621786
Binary file not shown.
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user