forked from 0x2620/oxjs
fix tooltip of splitpanel resizebar; allow for setting the showannotations option of video player and editor panels from outside
This commit is contained in:
parent
126fb3956e
commit
768dd6c7aa
35 changed files with 20 additions and 24 deletions
|
|
@ -227,6 +227,11 @@ Ox.MainMenu = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
that.setItemTitle = function(id, title) {
|
||||
that.getItem(id).options({title: title});
|
||||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
uncheckItem <f> uncheckItem
|
||||
@*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue