mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Viewer - scroll to the end on auto reload on
This commit is contained in:
parent
cb775c18a3
commit
a142f22e12
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue