mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:19:10 +02:00
IDE: source editor: fixed closing incremental find on closing file, bug #11489
git-svn-id: trunk@15537 -
This commit is contained in:
parent
8be0e41f40
commit
ab9bf34019
@ -5669,6 +5669,7 @@ begin
|
||||
TempEditor:=FindSourceEditorWithPageIndex(PageIndex);
|
||||
if TempEditor=nil then exit;
|
||||
Visible:=true;
|
||||
EndIncrementalFind;
|
||||
TempEditor.Close;
|
||||
TempEditor.Free;
|
||||
if Notebook.PageCount>1 then
|
||||
|
Loading…
Reference in New Issue
Block a user