Uwe Stöhr schreef:
> I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
> To be able to do this, I need to calculate the height of the content
> of the current cell (not the height of the row). How is this done?
Edwin, Abdel, Vincent, do you have any hint for me how this can be done?
thanks and regards
Uwe
tabular.cellInset(cell)->metrics(m, dim);
See InsetTabular::metrics(). Here the ascent and descent for each cell
in the row is determined and the maximum is set for the whole row.
Vincent