>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> Currently we redraw all visible paragraphs (plus a few more) >> AFAIK. Angus> My initial reaction is that is "crap. braindead. wrong". IMO. Angus> Of course, I'm sure that there is a logical explanation? I am sure Andre' is much more able than I am to explain what the current situation is, but the idea was that the 1.3.x code was really too fragile. So it was nuked, and replaced by the current code, which almost does unconditional drawing (note that the metrics are cached, though). Concerning the previews, since the pixmap is already on the server, there should be a way to redraw it without doing a retransfer. Would using a QPixmap instead of a QImage help? It seems that drawImage has to do QImage->QPixmap anyway... JMarc