this has been moved to UWT proper

This commit is contained in:
Michael Becker 2020-09-29 04:54:15 -04:00
parent 351b9a68b7
commit 3bddb9cfd7
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -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);