when player, editor, timeline or cliplist gains or loses focus, update item menu
This commit is contained in:
parent
8850153909
commit
6521488412
4 changed files with 25 additions and 0 deletions
|
|
@ -67,11 +67,17 @@ pandora.ui.timeline = function(data) {
|
|||
follow: function(data) {
|
||||
pandora.UI.set({followPlayer: data.follow});
|
||||
},
|
||||
gainfocus: function() {
|
||||
pandora.$ui.mainMenu.replaceItemMenu();
|
||||
},
|
||||
info: function(data) {
|
||||
pandora.ui.annotationDialog(
|
||||
Ox.getObjectById(pandora.site.layers, data.layer).title
|
||||
).open();
|
||||
},
|
||||
losefocus: function() {
|
||||
pandora.$ui.mainMenu.replaceItemMenu();
|
||||
},
|
||||
muted: function(data) {
|
||||
pandora.UI.set({videoMuted: data.muted});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue