update isClipView and infoView resize

This commit is contained in:
rolux 2013-07-11 11:54:09 +02:00
parent e2d74849f0
commit dd800d0b01

View file

@ -1462,7 +1462,7 @@ pandora.resizeWindow = function() {
} else {
pandora.$ui.browser.scrollToSelection();
if (pandora.user.ui.itemView == 'info') {
pandora.$ui.item.resize();
pandora.$ui.item.resize && pandora.$ui.item.resize();
} else if (pandora.user.ui.itemView == 'clips') {
pandora.$ui.clipList.size();
} else if (pandora.user.ui.itemView == 'timeline') {