From 3bddb9cfd7b7931a396efb4f916cd486e446f9f2 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 29 Sep 2020 04:54:15 -0400 Subject: [PATCH] this has been moved to UWT proper --- Libraries/UniversalEditor.UserInterface/MainWindow.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/Libraries/UniversalEditor.UserInterface/MainWindow.cs index 80a484b7..3ff74ed2 100644 --- a/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -179,8 +179,6 @@ namespace UniversalEditor.UserInterface this.CommandDisplayMode = CommandDisplayMode.CommandBar; - InitializeMainMenu(); - if (this.CommandDisplayMode == CommandDisplayMode.Ribbon || this.CommandDisplayMode == CommandDisplayMode.Both) { foreach (CommandBar cb in Application.CommandBars) { RibbonTab ribbonTabHome = LoadRibbonBar (cb);