Skip to content

Commit

Permalink
Fixed crash on right-click on Global Content Files
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Feb 25, 2024
1 parent 807a5f1 commit 2df246c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FRBDK/Glue/Glue/FormHelpers/RightClickHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ public static class RightClickHelper
static GeneralToolStripMenuItem mRemoveFromProjectQuick;
static GeneralToolStripMenuItem mCreateNewFileForMissingFile;

static GeneralToolStripMenuItem mViewFileLoadOrder;

static GeneralToolStripMenuItem mCreateZipPackage;
static GeneralToolStripMenuItem mExportElement;

Expand Down Expand Up @@ -716,8 +714,6 @@ private static void PopulateRightClickMenuItemsShared(ITreeNode targetNode, Menu
Add(L.Texts.CodeRegenerate, () => HandleReGenerateCodeClick(targetNode));

Add(L.Texts.ViewInExplorer, () => RightClickHelper.ViewInExplorerClick(targetNode));

AddItem(mViewFileLoadOrder);
}
#endregion

Expand Down

0 comments on commit 2df246c

Please sign in to comment.