MG: cursor is now inverted and can be used with twilight color scheme

git-svn-id: trunk@1725 -
This commit is contained in:
lazarus 2002-06-04 19:28:17 +00:00
parent 3a28d7a551
commit 73522a24f7
2 changed files with 16 additions and 14 deletions

View File

@ -292,7 +292,6 @@ begin
Mess.WParam := WParam; Mess.WParam := WParam;
Proc(Mess); Proc(Mess);
Result := Mess.Result; Result := Mess.Result;
end; end;
{------------------------------------------------------------------------------ {------------------------------------------------------------------------------
@ -4720,6 +4719,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.75 2002/06/04 19:28:17 lazarus
MG: cursor is now inverted and can be used with twilight color scheme
Revision 1.74 2002/06/04 15:17:24 lazarus Revision 1.74 2002/06/04 15:17:24 lazarus
MG: improved TFont for XLFD font names MG: improved TFont for XLFD font names