On Wed, Jun 18, 2003 at 04:19:38PM +0100, Angus Leeming wrote:
> Why this? The drawing is handed over to the button... where does dim_ 
> live?

dim_ lives in Inset.

This is a bit of bloat as not every inset would need that kind of 'cache',
but it saveD me a lot of trickery where   inset->width(bv, font)  was
called (this function is gone now...)

> And this:
> Index: insets/inset.h
> +
> +       mutable Dimension dim_;
> 
> appears to be hidden by this:
> Index: insets/insetspace.h
> +       ///
> +       mutable Dimension dim_;

A bug.

Andre'

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

Reply via email to