forked from 0x2620/oxjs
in video editor, keep menu and player size in sync (fixes #405)
This commit is contained in:
parent
972808eb17
commit
95da27d0db
4 changed files with 30 additions and 11 deletions
|
|
@ -143,6 +143,11 @@ Ox.MenuButton = function(options, self) {
|
|||
self.superRemove();
|
||||
};
|
||||
|
||||
that.setItemTitle = function(id, title) {
|
||||
self.$menu.setItemTitle(id, title);
|
||||
return that;
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue