summaryrefslogtreecommitdiff
path: root/gfx/gdi
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-12 14:39:37 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-12 14:39:37 +0000
commit95f311fea5b05780a398bd3b9c0a7402cd1cac36 (patch)
treeb7d5553295adcaab29800dabb0bcc344ae69a78a /gfx/gdi
parentf1cfdfd5027990c3e1900507a3c1d22a60cd9b6a (diff)
downloadfpGUI-95f311fea5b05780a398bd3b9c0a7402cd1cac36.tar.xz
* Removed all internal images from the DefaultStyle.
* Replaced the CheckBox image by actually drawing the cross ourselves. * RadioButton still hasn't been drawn yet. Will be done soon. * Fixed the setting of colors for the scrollbar buttons. * fpGUI now works under Windows as well, though the arrows in ScrollBar still isn't painting 100% correct.
Diffstat (limited to 'gfx/gdi')
-rw-r--r--gfx/gdi/gfx_gdi.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gdi/gfx_gdi.pas b/gfx/gdi/gfx_gdi.pas
index a4edf45e..2d6aa61a 100644
--- a/gfx/gdi/gfx_gdi.pas
+++ b/gfx/gdi/gfx_gdi.pas
@@ -620,7 +620,7 @@ begin
pt := Transform(P3);
pts[3].X := pt.X; pts[3].Y := pt.Y;
-
+ NeedBrush;
Windows.Polygon(Handle, pts, 3);
end;