Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > The screen is not updated when doing buffer-begin, buffer-end.
| > Actually I see a log of missing screen updates with various commands.
| > Adbdel, didn't you remove some updates a while ago?
|
| No, I think it is still the same repaint/update problem on Linux. I
| proposed you multiple times this patch. Please test and commit if this
| solves your update problem.
We also see the same problem on Windows.
| 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.
--
Lgb