From 4b609c2b20df0f2980f407366c0bf16c4aeadfac Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Mon, 25 May 2015 23:35:04 +0100 Subject: example: Fixes compiler error - fpgApplication.DefaultFont was removed a while ago --- examples/corelib/aggcanvas/agg_canvas_test.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/corelib/aggcanvas') 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); -- cgit v1.2.3-70-g09d2