mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 19:49:14 +02:00
IDE: search result view: bring to front after search, bug #16856
git-svn-id: trunk@26486 -
This commit is contained in:
parent
379d004c13
commit
c92522b37c
@ -913,7 +913,8 @@ begin
|
||||
end;
|
||||
finally
|
||||
SearchResultsView.EndUpdate(ListPage.PageIndex);
|
||||
IDEWindowCreators.ShowForm(SearchResultsView,false);
|
||||
// bring to front
|
||||
IDEWindowCreators.ShowForm(SearchResultsView,true);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user