Scroller: Adjust multi-line caption height in fixed column. Fixes #1202

This commit is contained in:
Rob Garrison 2016-04-26 11:39:28 -05:00
parent ed762f4aa3
commit 7fdde11342
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -828,6 +828,9 @@
$fixedColumn.removeClass( tscss.scrollerHideElement );
// adjust caption height, see #1202
$fixedColumn.find('caption').height( wo.scroller_$header.find( 'caption' ).height() );
wo.scroller_isBusy = false;
},