bugfix
This commit is contained in:
parent
a0c1613d48
commit
8f67e3e1fd
@ -20,7 +20,7 @@ bricks.Menu = class extends bricks.VScrollPanel {
|
|||||||
this.container = new bricks.VBox({});
|
this.container = new bricks.VBox({});
|
||||||
this.container.user_data = opts;
|
this.container.user_data = opts;
|
||||||
this.add_widget(this.container);
|
this.add_widget(this.container);
|
||||||
this.schedule_once(this.create_children.bind(this.container, this.opts.items), 0.1);
|
schedule_once(this.create_children.bind(this.container, this.opts.items), 0.1);
|
||||||
}
|
}
|
||||||
create_submenu_container(){
|
create_submenu_container(){
|
||||||
let cp = new bricks.VBox({});
|
let cp = new bricks.VBox({});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user