mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-30 04:27:27 +01:00
TAChart: Cosmetic in TAChartListbox.pas
This commit is contained in:
parent
1a6aea0daa
commit
69c1ebca24
@ -591,6 +591,7 @@ begin
|
|||||||
FDown := false;
|
FDown := false;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TChartListbox.Notification(AComponent: TComponent; AOperation: TOperation);
|
procedure TChartListbox.Notification(AComponent: TComponent; AOperation: TOperation);
|
||||||
begin
|
begin
|
||||||
if (AOperation = opRemove) and (AComponent = FChart) then
|
if (AOperation = opRemove) and (AComponent = FChart) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user