Load command bar if we are supposed to display both
This commit is contained in:
parent
cf735e55e9
commit
58ba665822
@ -165,7 +165,8 @@ namespace UniversalEditor.UserInterface
|
||||
ribbonTabHome.Title = "Home";
|
||||
this.Ribbon.Tabs.Add (ribbonTabHome);
|
||||
}
|
||||
} else {
|
||||
}
|
||||
if (this.CommandDisplayMode == CommandDisplayMode.CommandBar || this.CommandDisplayMode == CommandDisplayMode.Both) {
|
||||
foreach (CommandBar cb in Engine.CurrentEngine.CommandBars) {
|
||||
this.Controls.Add (LoadCommandBar(cb));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user