add more missing resize handlers for clip views

This commit is contained in:
rolux 2011-10-13 13:08:28 +00:00
parent 8416b0deac
commit 8b68a36e73

View file

@ -34,7 +34,9 @@ pandora.ui.rightPanel = function() {
}
} else {
pandora.$ui.browser.scrollToSelection();
if (pandora.user.ui.itemView == 'video') {
if (pandora.user.ui.itemView == 'clips') {
pandora.$ui.clips.size();
} else if (pandora.user.ui.itemView == 'video') {
pandora.$ui.player.options({width: data.size});
} else if (pandora.user.ui.itemView == 'timeline') {
pandora.$ui.editor.options({width: data.size});