IDE: Show "Find in Files" dialog also from the package editor. Issue , patch by Henner Drewes.

(cherry picked from commit 75d9f32660)
This commit is contained in:
Juha 2024-01-01 19:09:24 +02:00 committed by Maxim Ganetsky
parent 9a11ab871d
commit 56cb8fe0d0

View File

@ -454,6 +454,8 @@ begin
// disable replace. Find in files is often called,
// but almost never to replace with the same parameters
Options := Options-[fifReplace,fifReplaceAll];
if ShowModal <> mrOK then
Exit;
Execute;
end;