Scroller: setFixedColumnSize updates with no set size

This commit is contained in:
Mottie 2015-04-27 22:13:01 -05:00
parent 45cb86ed57
commit 21703a663a
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -260,6 +260,7 @@ ts.scroller = {
}
// remove fixed columns
wo.scroller_$container.find( '.' + tscss.scrollerFixed ).remove();
size = wo.scroller_fixedColumns;
if ( size > 0 && size < c.columns - 1 ) {
ts.scroller.setupFixed( c, wo );
} else {