mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:20:26 +02:00
AJ: fixed typo causing gdk cmap error
git-svn-id: trunk@1937 -
This commit is contained in:
parent
72068ba7c7
commit
76e07f6c5f
@ -3590,7 +3590,7 @@ begin
|
||||
Visual := gdk_visual_get_system;
|
||||
gdk_visual_ref(Visual);
|
||||
end;
|
||||
If Colormap = nil then
|
||||
If Colormap <> nil then
|
||||
gdk_colormap_unref(Colormap);
|
||||
ColorMap := gdk_colormap_new(Visual, 1);
|
||||
end else
|
||||
@ -7467,6 +7467,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.170 2002/10/24 20:59:35 lazarus
|
||||
AJ: fixed typo causing gdk cmap error
|
||||
|
||||
Revision 1.169 2002/10/23 20:47:27 lazarus
|
||||
AJ: Started Form Scrolling
|
||||
Started StaticText FocusControl
|
||||
|
Loading…
Reference in New Issue
Block a user