bugfix
This commit is contained in:
parent
8f67e3e1fd
commit
88f790a0ff
@ -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);
|
||||||
schedule_once(this.create_children.bind(this.container, this.opts.items), 0.1);
|
schedule_once(this.create_children.bind(this, 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