TAChart: Cosmetic in TAChartListbox.pas

This commit is contained in:
wp_xyz 2022-05-08 16:02:53 +02:00
parent 1a6aea0daa
commit 69c1ebca24

View File

@ -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