mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 09:09:35 +02:00
IDE: Show "Find in Files" dialog also from the package editor. Issue #40673, patch by Henner Drewes.
(cherry picked from commit 75d9f32660
)
This commit is contained in:
parent
9a11ab871d
commit
56cb8fe0d0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user