Project

General

Profile

Bug #7082 » 0001-Fix-WStackedWidget-losing-scrollbar-in-layout.patch

Bruce Toll, 06/07/2019 10:04 PM

View differences:

src/js/WStackedWidget.js
function restoreFrom() {
$from.removeClass(anim + ' out');
from.style.display = 'none';
if (stack.lh) { // stack has a layout-set height
if (to.lh) { // child had a layout-set height
to.style.height = '';
to.lh = false;
}
}
from.style[WT.styleAttribute('animation-duration')] = '';
from.style[WT.styleAttribute('animation-timing-function')] = '';
(2-2/2)