jim wrote:
For a new window the entire area inside the borders is black for a short time. This is more obvious with File - New - Presentation, but probably all windows.

Yes. Before that it was white. The reason is that paint handling is delayed for 30ms in vcl, the backbuffer contents is painted then, and only then the backbuffer is copied to the actual window on system request.

In future we should get the first paint done BEFORE we actually show the window as we now can ensure that this actually makes sense.

Kind regards, pl

--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
     -- Author unknown

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to