Does not do force-update when resizing.
This commit is contained in:
parent
97733cd17a
commit
3577f338cc
|
@ -278,7 +278,7 @@ function registerListeners() {
|
|||
|
||||
UI.addListener(UIEvents.TOGGLE_FILM_STRIP, function () {
|
||||
UI.toggleFilmStrip();
|
||||
VideoLayout.resizeVideoArea(PanelToggler.isVisible(), true, true);
|
||||
VideoLayout.resizeVideoArea(PanelToggler.isVisible(), true, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ function toggle (object, selector, onOpenComplete,
|
|||
function resizeVideoArea(isSidePanelVisible, completeFunction) {
|
||||
VideoLayout.resizeVideoArea(!isSidePanelVisible,
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
completeFunction);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue