update isClipView and infoView resize
This commit is contained in:
parent
e2d74849f0
commit
dd800d0b01
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ pandora.resizeWindow = function() {
|
||||||
} else {
|
} else {
|
||||||
pandora.$ui.browser.scrollToSelection();
|
pandora.$ui.browser.scrollToSelection();
|
||||||
if (pandora.user.ui.itemView == 'info') {
|
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') {
|
} else if (pandora.user.ui.itemView == 'clips') {
|
||||||
pandora.$ui.clipList.size();
|
pandora.$ui.clipList.size();
|
||||||
} else if (pandora.user.ui.itemView == 'timeline') {
|
} else if (pandora.user.ui.itemView == 'timeline') {
|
||||||
|
|
Loading…
Reference in a new issue