Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: - you move the method to one of the Text?.cpp file (I am not sure which one) I'm not sure I understand this request. Here's the patch, for reference: What about putting it to InsetText.cpp? Yes, it ca

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: >> - you move the method to one of the Text?.cpp file (I am not sure >> which one) >> > I'm not sure I understand this request. Here's the patch, for reference: This proposal was obviously bogus :( What about putting it to InsetText.cpp? JMarc

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Attached is a simple patch Mael wrote based on a suggestion of mine for dealing with this bug. It seems to do the trick. We looked at it with Martin, and the conclusion is: this is not very nice but the wide() code is

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-12 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Attached is a simple patch Mael wrote based on a suggestion of mine > for dealing with this bug. It seems to do the trick. We looked at it with Martin, and the conclusion is: this is not very nice but the wide() code is not nice either. I do not see a be