Asger Ottar Alstrup wrote:
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: GuiWorkArea.C
| ===================================================================
| --- GuiWorkArea.C (revision 15390)
| +++ GuiWorkArea.C (working copy)
| @@ -426,7 +426,7 @@
| | void GuiWorkArea::update(int x, int y, int w, int h)
| {
| - viewport()->update(x, y, w, h);
| + viewport()->repaint(x, y, w, h);
| }
We'll test this patch and report back.
Doesn't help. To reproduce:
Open user guide, press ctrl+end, then ctrl+home.
Yes, I see it with a build of yesterday. But I don't see it with a build
from the 17th. I don't remember changing anything in WorkArea,
GuiWorkArea or BufferView during those tree days. Someday else might...
please investigate the log files for these 3 files and the three last
days...
Abdel.