On Mon, Mar 17, 2003 at 01:05:09PM +0100, Alfredo Braunstein wrote: > > o change top_y() to only return this variable. > > Done this, and the problem goes away, because the [foot] and cursor goes > out of screen when we close it (there is one row less), i.e. the same > behaviour as 1.3.x.
OK, then I guess what is happening is that these changes are triggering something we didn't expect before, namely that closing an inset on a row could mean we need to draw the entire screen again. It might be the case that putting a postPaint(0) in top_y(y) is a reasonable solution. What does top_y mean for a non-toplevel LyXText, anyway ? regards john