FIX: Bug [0001933] Viewer store current scroll position for next/previous files #2

This commit is contained in:
Alexander Koblov 2017-10-29 12:25:02 +00:00
commit 078ebf9594

View file

@ -551,6 +551,7 @@ begin
ExitPluginMode;
ViewerControl.ResetEncoding;
LoadFile(aFileName);
if ViewerControl.IsFileOpen then ViewerControl.GoHome;
end;
procedure TfrmViewer.LoadFile(iIndex: Integer);