Helge Hafting wrote:
There is a different problem with scrolling though; it keeps rolling long after I release "page down" or let go of the mouse. Now, I am used to "keyboard repeat lag" but no other app keeps rolling when I release the mouse button over the scrollbar. They all stop instantly. This is not a ADSL problem, it happens always. I have not tested newer revisions just to see if this has improved, but I will.
When you do that and the behaviour is the same. Please try the attached patch as well.
Does anyone else see this behaviour? Abdel.
Index: GuiWorkArea.C =================================================================== --- GuiWorkArea.C (revision 17288) +++ GuiWorkArea.C (working copy) @@ -446,7 +446,7 @@ void GuiWorkArea::update(int x, int y, int w, int h) { - viewport()->repaint(x, y, w, h); + viewport()->update(x, y, w, h); }