On Tue, 2005-09-27 at 11:31 +0100, Angus Leeming wrote:
> Juergen Spitzmueller wrote:
> 
> > Jean-Marc Lasgouttes wrote:
> >> Yes. Could you look whether this is a plausible fix for bug 1957?
> > 
> > I'm pretty sure it is. Angus, could you verify?
> > The fix is in.
> > 
> > Jürgen
> 
> It's fixed, (see attached) but why is the second inset different to the
> other two?
> 
> C.f. http://wiki.lyx.org/uploads/LyX/NewInLyX14/notes-screen.png
> 

Ah yes... I suppose it is this (insetcollapsable)

openinlined_ = (textdim_.wid + dim.wid <= mi.base.textwidth);

If you add text to the inset, you will see the width varying up and
down... and the button jumping between left and top.

Perhaps this should be something like

openinlined_ = (textdim_.wid + dim.wid <= mi.base.textwidth - 100);

- Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to