From 06b630c6b97f8036dcb591c740e30a2e499d3cb5 Mon Sep 17 00:00:00 2001 From: ask Date: Sat, 29 Sep 2012 17:38:34 +0000 Subject: [PATCH] TAChart: Set TZoomDragTool.Brush.Style = bsClear by default. Part 2 git-svn-id: trunk@38907 - --- components/tachart/tachartaxisutils.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/tachart/tachartaxisutils.pas b/components/tachart/tachartaxisutils.pas index ce63ede49d..06b46f2ecc 100644 --- a/components/tachart/tachartaxisutils.pas +++ b/components/tachart/tachartaxisutils.pas @@ -29,10 +29,7 @@ const DEF_TITLE_DISTANCE = 4; type - TChartAxisBrush = class(TBrush) - published - property Style default bsClear; - end; + TChartAxisBrush = TClearBrush; TChartAxisFramePen = class(TChartPen) published