mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
TAChart: Less hints and warnings
This commit is contained in:
parent
7c644ae7b3
commit
3f78502c54
@ -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