FIX: Viewer find skips first matching occurrence (fixes #1250)

(cherry picked from commit 15c1cc8fdf)
This commit is contained in:
Alexander Koblov 2023-08-31 21:54:01 +03:00
commit abd7777534

View file

@ -1565,6 +1565,8 @@ begin
FEncoding := DetectEncoding;
ReReadFile;
CaretPos := FLowLimit;
end;
end;
end