mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 15:41:45 +02:00
IDE/MessagesWnd: Restore the focus when closing the search panel
This commit is contained in:
parent
e483b7fa0b
commit
921b3b4996
@ -3553,6 +3553,7 @@ end;
|
||||
|
||||
procedure TMessagesFrame.HideSearch;
|
||||
begin
|
||||
MessagesCtrl.SetFocus;
|
||||
SearchPanel.Visible:=false;
|
||||
MessagesCtrl.SearchText:='';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user