mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +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);
|
LineTo(ALeft + Width - 2, ATop + Height);
|
||||||
End;
|
End;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
inherited Paint;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
// included by extctrls.pp
|
// included by extctrls.pp
|
||||||
@ -249,6 +251,9 @@ End;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Revision 1.7 2002/08/30 12:32:20 lazarus
|
||||||
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
|
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
|
||||||
|
|
||||||
|
@ -174,6 +174,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
StretchDraw(iRect, Picture.Graphic);
|
StretchDraw(iRect, Picture.Graphic);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
inherited Paint;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by extctrls.pp
|
// included by extctrls.pp
|
||||||
|
Loading…
Reference in New Issue
Block a user