Bug #3295
WTableView::setHeaderHeight() doesn't work with Units other than pixesl
Start date:
06/11/2014
Due date:
% Done:
0%
Estimated time:
Description
If I call WTableView::setHeaderHeight( 3,WLength::FontEm ) I get a header 3 pixels high.
If I call WTableView::setHeaderHeight( "3em" ) I get a heade 3em high.
The scrrnshot shows also the computed height of the header element: 3px.
Files