Closed GoogleCodeExporter closed 9 years ago
Replace this code to remove BUG in unit TBXDkPanels.
Message.wParam and Message.lParam are different types !
procedure TTBXPanelObject.WMEraseBkgnd(var Message: TMessage);
begin
if not DoubleBuffered or (LPARAM(Message.wParam) = Message.lParam) then
begin
if Color = clNone then
DrawParentBackground(Self, TWMEraseBkgnd(Message).DC, ClientRect)
else
FillRectEx(TWMEraseBkgnd(Message).DC, ClientRect, Color);
end;
Message.Result := 1;
end;
Original comment by pa...@tresnakovi.cz
on 10 Apr 2013 at 6:50
Thank you very much!
I exported this issue to GitHub: https://github.com/plashenkov/TBX/issues/2
and will apply the patch as soon as possible.
Original comment by plashen...@gmail.com
on 10 Feb 2014 at 9:24
Original issue reported on code.google.com by
pa...@tresnakovi.cz
on 8 Apr 2013 at 6:49Attachments: