Quoting Martin Vermeer <[EMAIL PROTECTED]>: > On Mon, Aug 27, 2007 at 02:38:31PM +0000, [EMAIL PROTECTED] wrote: > > Author: younes > > Date: Mon Aug 27 16:38:29 2007 > > New Revision: 19834 > > > > URL: http://www.lyx.org/trac/changeset/19834 > > Log: > > Remove the wide() hack. This simplifies quite a few things... > > I notice that, when changing an inset, not only that inset's containing > paragraph but all paragraphs on-screen are repainted, even if the height > of that paragraph doesn't change (so this appears unnecessary). Is that > intentional?
No, only the current outer row should be updated in this case. But are you sure the height does not change? One pixel makes a difference. The reason might be that the Inset dimension checking was not correct. I'll do some testing in any case, thanks for the report. Abdel.