Browse Source

Update GuiEditor.cs

This comments out the code to show the edit menu since its features haven't been implemented yet.
Peter Robinson 2 years ago
parent
commit
8847f9fd96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/GuiEditor/GuiEditor.cs

+ 1 - 1
editor/GuiEditor/GuiEditor.cs

@@ -229,7 +229,7 @@ function GuiEditor::destroy( %this )
 function GuiEditor::open(%this, %content)
 {
     EditorCore.menuBar.setMenuActive("File", true);
-    EditorCore.menuBar.setMenuActive("Edit", true);
+    //EditorCore.menuBar.setMenuActive("Edit", true); //These features still need development
     EditorCore.menuBar.setMenuActive("Layout", true);
     EditorCore.menuBar.setMenuActive("Select", true);
 }