bugfix
This commit is contained in:
parent
eadfa82181
commit
99f61ae8fe
@ -576,7 +576,8 @@ bricks.App = class extends bricks.Layout {
|
|||||||
this.textList = [];
|
this.textList = [];
|
||||||
this.i18n = new bricks.I18n(objget(opts, 'i18n', {}));
|
this.i18n = new bricks.I18n(objget(opts, 'i18n', {}));
|
||||||
this.session_id = null;
|
this.session_id = null;
|
||||||
this.tooltip = new bricks.Tooltip({otext:'test',i18n:true, wrap:true});
|
this.tooltip = new bricks.Tooltip({otext:'',i18n:true, wrap:true});
|
||||||
|
this.tooltip.hide();
|
||||||
this.add_widget(this.tooltip);
|
this.add_widget(this.tooltip);
|
||||||
this._Width = this.dom_element.offsetWidth;
|
this._Width = this.dom_element.offsetWidth;
|
||||||
this._Height = this.dom_element.offsetHeight;
|
this._Height = this.dom_element.offsetHeight;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user