* Paul Ishenin <[EMAIL PROTECTED]> [Wed, 30 Jan 2008 11:27:16 +0700]:
Andrey Gusev wrote:
> That:
> --- interfaces/win32/win32callback.inc    (revision 13905)
> +++ interfaces/win32/win32callback.inc    (working copy)
> @@ -504,7 +504,7 @@
>       if (ControlDC = 0) or not needParentPaint then
>       begin
>         DCIndex := Windows.SaveDC(PaintMsg.DC);
> -        MoveWindowOrgEx(PaintMsg.DC, ORect.Left, ORect.Top);
> +        MoveWindowOrgEx(PaintMsg.DC, -ORect.Left, -ORect.Top);
> {$ifdef DEBUG_DOUBLEBUFFER}
>         Windows.GetClipBox(PaintMsg.DC, ClipBox);
> DebugLn('LCL Drawing in DC ', IntToHex(PaintMsg.DC, 8), '
with
> clipping rect (',
>

----------------------------------------------------------------------------------------------------------------------------


I saw it all yesterday.
That's question:
How it contrived by develoers team: to build correctly worked tabular-components on top of so fundamental bug ???

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to