forked from 0x2620/pandora
fix a bug where resizing the window in info view would cause an infinite loop
This commit is contained in:
parent
9beb75eab7
commit
a887a319a1
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ pandora.resizeWindow = function() {
|
|||
//Ox.print('pandora.$ui.window.resize');
|
||||
pandora.$ui.browser.scrollToSelection();
|
||||
if (pandora.user.ui.itemView == 'info') {
|
||||
pandora.$ui.info.resize();
|
||||
pandora.$ui.item.resize();
|
||||
} else if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clipList.size();
|
||||
} else if (pandora.user.ui.itemView == 'video') {
|
||||
|
|
Loading…
Reference in a new issue