mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
TAChart: Less hints and warnings
(cherry picked from commit 3f78502c54
)
This commit is contained in:
parent
5564480779
commit
59e495a8f4
@ -235,6 +235,7 @@ begin
|
||||
p1 := FChart.GraphToImage(PointStart.GraphPos);
|
||||
p2 := FChart.GraphToImage(PointEnd.GraphPos);
|
||||
case MeasureMode of
|
||||
cdmXY: ;
|
||||
cdmOnlyX: p2.Y := p1.Y;
|
||||
cdmOnlyY: p2.X := p1.X;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user