mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
translate COLOR_FORM to COLOR_BTNFACE
git-svn-id: trunk@4711 -
This commit is contained in:
parent
39102c2ba9
commit
d03a736f01
@ -1390,6 +1390,8 @@ End;
|
||||
------------------------------------------------------------------------------}
|
||||
Function TWin32Object.GetSysColor(NIndex: Integer): DWORD;
|
||||
Begin
|
||||
if NIndex = COLOR_FORM then
|
||||
NIndex := COLOR_BTNFACE;
|
||||
Result := Windows.GetSysColor(nIndex);
|
||||
End;
|
||||
|
||||
@ -2474,6 +2476,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.64 2003/10/16 16:55:16 ajgenius
|
||||
translate COLOR_FORM to COLOR_BTNFACE
|
||||
|
||||
Revision 1.63 2003/10/06 10:50:10 mattias
|
||||
added recursion to InvalidateClientRectCache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user