mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 17:52:47 +02:00
MG: fixed GraphicClass.Create
git-svn-id: trunk@1874 -
This commit is contained in:
parent
7ff7e844bf
commit
3a379eec0a
@ -1339,7 +1339,7 @@ var
|
||||
ColorMap: PGdkColormap;
|
||||
P: Pointer;
|
||||
begin
|
||||
GdiObject := NewGDIObject(gdiBitmap);
|
||||
GdiObject := NewGDIObject(gdiBitmap);
|
||||
if TransColor >= 0 then begin
|
||||
GDKColor := AllocGDKColor(TransColor);
|
||||
p := @GDKColor;
|
||||
@ -6261,6 +6261,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.118 2002/09/02 08:13:17 lazarus
|
||||
MG: fixed GraphicClass.Create
|
||||
|
||||
Revision 1.117 2002/08/30 13:43:38 lazarus
|
||||
MG: fixed drawing of non visual components in designer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user