toolbar
This commit is contained in:
parent
11d99fa821
commit
1a5c9cf46c
@ -3403,12 +3403,12 @@ EditorUi.prototype.createSidebarFooterContainer = function()
|
||||
EditorUi.prototype.createUi = function()
|
||||
{
|
||||
// Creates menubar
|
||||
// this.menubar = (this.editor.chromeless) ? null : this.menus.createMenubar(this.createDiv('geMenubar'));
|
||||
this.menubar = (this.editor.chromeless) ? null : this.menus.createMenubar(this.createDiv('geMenubar'));
|
||||
|
||||
// if (this.menubar != null)
|
||||
// {
|
||||
// this.menubarContainer.appendChild(this.menubar.container);
|
||||
// }
|
||||
if (this.menubar != null)
|
||||
{
|
||||
this.menubarContainer.appendChild(this.menubar.container);
|
||||
}
|
||||
|
||||
// Adds status bar in menubar
|
||||
if (this.menubar != null)
|
||||
|
Loading…
Reference in New Issue
Block a user