mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
fixed calling TImage.OnPaint
git-svn-id: trunk@5155 -
This commit is contained in:
parent
f2532f58ef
commit
601ad1658f
@ -154,6 +154,8 @@ Begin
|
||||
LineTo(ALeft + Width - 2, ATop + Height);
|
||||
End;
|
||||
End;
|
||||
|
||||
inherited Paint;
|
||||
End;
|
||||
|
||||
// included by extctrls.pp
|
||||
@ -249,6 +251,9 @@ End;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2004/02/03 19:02:35 mattias
|
||||
fixed calling TImage.OnPaint
|
||||
|
||||
Revision 1.7 2002/08/30 12:32:20 lazarus
|
||||
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
|
||||
|
||||
|
@ -174,6 +174,8 @@ begin
|
||||
end;
|
||||
StretchDraw(iRect, Picture.Graphic);
|
||||
end;
|
||||
|
||||
inherited Paint;
|
||||
end;
|
||||
|
||||
// included by extctrls.pp
|
||||
|
Loading…
Reference in New Issue
Block a user