mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 04:46:45 +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;
|
ColorMap: PGdkColormap;
|
||||||
P: Pointer;
|
P: Pointer;
|
||||||
begin
|
begin
|
||||||
GdiObject := NewGDIObject(gdiBitmap);
|
GdiObject := NewGDIObject(gdiBitmap);
|
||||||
if TransColor >= 0 then begin
|
if TransColor >= 0 then begin
|
||||||
GDKColor := AllocGDKColor(TransColor);
|
GDKColor := AllocGDKColor(TransColor);
|
||||||
p := @GDKColor;
|
p := @GDKColor;
|
||||||
@ -6261,6 +6261,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.117 2002/08/30 13:43:38 lazarus
|
||||||
MG: fixed drawing of non visual components in designer
|
MG: fixed drawing of non visual components in designer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user