1 Feb 01:40
Re: Found serious bug in win32 interface #2
Luiz Americo Pereira Camara <luizmed <at> oi.com.br>
2008-02-01 00:40:44 GMT
2008-02-01 00:40:44 GMT
Andrey Gusev wrote:
> * Luiz Americo Pereira Camara <luizmed <at> oi.com.br> [Thu, 31 Jan 2008
> 01:16:58 -0300]:
>> Andrey Gusev wrote:
>> > * Mattias Gärtner <nc-gaertnma <at> netcologne.de> [Wed, 30 Jan 2008
>> > 18:45:57 +0100]:
>> >> Zitat von Andrey Gusev <ag888 <at> rambler.ru>:
>> >>
>> >> > --- 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 can provide application that's confirm my rightfulness.
>> >> > But i don't wish to do it, until all child-control negative
> effects
>> >> will
>> >> > debugged (by me), it need to LazReport designer functionality.
>> >> > If wished, try to place oversized TPaintBox on TScrollBox and try
>> it
>> >> to
(Continue reading)
RSS Feed