MG: fixed many unreleased DC and GDIObj bugs

git-svn-id: trunk@229 -
This commit is contained in:
lazarus 2001-03-19 14:44:22 +00:00
parent d8de02b1dc
commit 3b8b0a23b7
12 changed files with 14 additions and 13 deletions

View File

@ -854,7 +854,7 @@ end;
{ =============================================================================
$Log$
Revision 1.14 2001/03/19 14:00:50 lazarus
Revision 1.15 2001/03/19 14:41:56 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.13 2001/02/28 13:17:33 lazarus

View File

@ -270,7 +270,7 @@ end;
{ =============================================================================
$Log$
Revision 1.2 2001/03/19 14:00:50 lazarus
Revision 1.3 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.1 2000/07/13 10:28:25 michael

View File

@ -810,7 +810,7 @@ end;
{
$Log$
Revision 1.4 2001/03/19 14:00:50 lazarus
Revision 1.5 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.3 2001/02/06 13:55:23 lazarus

View File

@ -407,7 +407,7 @@ end;
{ =============================================================================
$Log$
Revision 1.7 2001/03/19 14:00:50 lazarus
Revision 1.8 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.6 2001/02/21 22:55:26 lazarus
@ -457,7 +457,7 @@ end;
$Log$
Revision 1.7 2001/03/19 14:00:50 lazarus
Revision 1.8 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.6 2001/02/21 22:55:26 lazarus

View File

@ -77,7 +77,7 @@ end;
{ =============================================================================
$Log$
Revision 1.7 2001/03/19 14:00:51 lazarus
Revision 1.8 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.6 2001/02/04 18:24:41 lazarus

View File

@ -523,7 +523,7 @@ end;
{ =============================================================================
$Log$
Revision 1.6 2001/03/19 14:00:51 lazarus
Revision 1.7 2001/03/19 14:40:49 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.5 2001/02/06 14:52:47 lazarus

View File

@ -489,6 +489,7 @@ var
DC: HDC;
PS: TPaintStruct; //defined in LCLLinux.pp
begin
Assert(False, Format('Trace:> [TWinControl.PaintHandler] %s --> Msg.DC: 0x%x', [ClassName, Message.DC]));
DC := Message.DC;
if DC = 0 then DC := BeginPaint(Handle, PS);
@ -1937,7 +1938,7 @@ end;
{ =============================================================================
$Log$
Revision 1.23 2001/03/19 14:00:51 lazarus
Revision 1.24 2001/03/19 14:38:39 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.21 2001/03/12 12:17:02 lazarus

View File

@ -1091,7 +1091,7 @@ end;
{ =============================================================================
$Log$
Revision 1.25 2001/03/19 14:00:51 lazarus
Revision 1.26 2001/03/19 14:44:22 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.23 2001/02/28 13:17:34 lazarus

View File

@ -247,7 +247,7 @@ end.
{ =============================================================================
$Log$
Revision 1.9 2001/03/19 14:00:51 lazarus
Revision 1.10 2001/03/19 14:44:22 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.7 2001/02/20 16:53:27 lazarus

View File

@ -2748,7 +2748,7 @@ end;
{ =============================================================================
$Log$
Revision 1.34 2001/03/19 14:00:51 lazarus
Revision 1.35 2001/03/19 14:44:22 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.31 2001/03/12 12:17:02 lazarus

View File

@ -723,7 +723,7 @@ end;
{ =============================================================================
$Log$
Revision 1.11 2001/03/19 14:00:51 lazarus
Revision 1.12 2001/03/19 14:44:22 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.10 2001/01/25 21:38:57 lazarus

View File

@ -3389,7 +3389,7 @@ end;
{ =============================================================================
$Log$
Revision 1.24 2001/03/19 14:00:52 lazarus
Revision 1.25 2001/03/19 14:44:22 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.22 2001/03/12 12:17:02 lazarus