mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
TAChart: Avoid occasional crash of datapointdragtool.
git-svn-id: trunk@54281 -
This commit is contained in:
parent
5cdd1afdf1
commit
9d961be95b
@ -2014,7 +2014,7 @@ begin
|
||||
if EffectiveDrawingMode = tdmXor then begin
|
||||
FChart.Drawer.SetXor(true);
|
||||
DoDraw;
|
||||
FChart.Drawer.SetXor(false);
|
||||
if Assigned(FChart) then FChart.Drawer.SetXor(false);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user