typo in utils that would prevent timeline item view resize on window resize
This commit is contained in:
parent
7f96b34e54
commit
1dd2e09804
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ pandora.resizeWindow = function() {
|
|||
pandora.$ui.item.resize();
|
||||
} else if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clipList.size();
|
||||
} else if (pandora.user.ui.itemVide == 'timeline') {
|
||||
} else if (pandora.user.ui.itemView == 'timeline') {
|
||||
pandora.$ui.timeline && pandora.$ui.timeline.options({
|
||||
// fixme: duplicated
|
||||
height: pandora.$ui.contentPanel.size(1),
|
||||
|
|
Loading…
Reference in a new issue