ADD: Viewer - scroll to the end on auto reload on

This commit is contained in:
Alexander Koblov 2022-06-06 18:48:40 +03:00
commit a142f22e12

View file

@ -2861,6 +2861,7 @@ end;
procedure TfrmViewer.cm_AutoReload(const Params: array of string);
begin
actAutoReload.Checked := not actAutoReload.Checked;
if actAutoReload.Checked then ViewerControl.GoEnd;
TimerReload.Enabled := actAutoReload.Checked;
end;