Bug #7082 » 0001-Fix-WStackedWidget-losing-scrollbar-in-layout.patch
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')] = '';
|
- « Previous
- 1
- 2
- Next »