mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:30:28 +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;
|
DEF_TITLE_DISTANCE = 4;
|
||||||
|
|
||||||
type
|
type
|
||||||
TChartAxisBrush = class(TBrush)
|
TChartAxisBrush = TClearBrush;
|
||||||
published
|
|
||||||
property Style default bsClear;
|
|
||||||
end;
|
|
||||||
|
|
||||||
TChartAxisFramePen = class(TChartPen)
|
TChartAxisFramePen = class(TChartPen)
|
||||||
published
|
published
|
||||||
|
Loading…
Reference in New Issue
Block a user