summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-05-25 23:35:04 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-05-25 23:35:04 +0100
commit4b609c2b20df0f2980f407366c0bf16c4aeadfac (patch)
treefa0c4814e8f11f686d8eba4595e2df91e944f62a
parent8c680e1a5a853c33b71e6e600194b89f4b95e8ff (diff)
downloadfpGUI-4b609c2b20df0f2980f407366c0bf16c4aeadfac.tar.xz
example: Fixes compiler error - fpgApplication.DefaultFont was removed a while ago
-rw-r--r--examples/corelib/aggcanvas/agg_canvas_test.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/aggcanvas/agg_canvas_test.lpr b/examples/corelib/aggcanvas/agg_canvas_test.lpr
index 3b3a75ef..a3bde27f 100644
--- a/examples/corelib/aggcanvas/agg_canvas_test.lpr
+++ b/examples/corelib/aggcanvas/agg_canvas_test.lpr
@@ -245,7 +245,7 @@ begin
// Testing basic style drawings
- Canvas.Font := fpgApplication.DefaultFont;
+ Canvas.Font := fpgStyle.DefaultFont;
Canvas.DrawString(320, 3, 'DrawButtonFace():');
r.SetRect(300, 20, 75, 25);