Martin Vermeer a écrit :
On Fri, 2006-03-17 at 12:25 +0100, Georg Baum wrote:
I don't... but it appears straightforward to do. See patch. Works fine
for me.
Hello Martin,
It seems to work fine on screen but...
+ //expose(0, 0, workarea().workWidth(), workarea().workHeight());
+ expose(0, vi.y1, workarea().workWidth(), vi.y2 - vi.y1);
I get negative y-position when I page down with your patch:
expose 671x563+0+-80
expose 671x563+0+-80
expose 671x563+0+-80
expose 671x527+0+-68
expose 671x527+0+-67
When I scroll to some other place I have:
671x740+0+-210
Which should be
671x740+0+0
shouldn't it?
Abdel.
workarea().getPainter().end();
theCoords.doneUpdating();
}