On Tue, Oct 01, 2002 at 06:04:33PM +0100, Angus Leeming wrote:
> I know that is semantics only, but is this not more transparent:
> 
>  void MathArrayInset::metrics(MathMetricsInfo & mi) const
>  {
> +     if (mi.base.style == LM_ST_DISPLAY)
> +             MathStyleChanger(mi.base, LM_ST_TEXT);
> +     MathGridInset::metrics(mi);
> }

With the tiny problem that it does not work. The Changer undoes its changes
when it goes out of scope.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to