mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:20:25 +02:00
TAChart: Set TZoomDragTool.Brush.Style = bsClear by default. Part 2
git-svn-id: trunk@38907 -
This commit is contained in:
parent
7a5b56c83e
commit
06b630c6b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user