mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001933] Viewer store current scroll position for next/previous files #2
This commit is contained in:
parent
97f3e7d099
commit
078ebf9594
1 changed files with 1 additions and 0 deletions
|
|
@ -551,6 +551,7 @@ begin
|
|||
ExitPluginMode;
|
||||
ViewerControl.ResetEncoding;
|
||||
LoadFile(aFileName);
|
||||
if ViewerControl.IsFileOpen then ViewerControl.GoHome;
|
||||
end;
|
||||
|
||||
procedure TfrmViewer.LoadFile(iIndex: Integer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue