mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 07:19:18 +02:00
IDE: correctly assign captions to tabs in search results window even if user started two parallel searches, bug #20217
git-svn-id: trunk@32340 -
This commit is contained in:
parent
e7f74691ff
commit
6f281ea701
@ -913,7 +913,7 @@ begin
|
|||||||
[mbCancel],0);
|
[mbCancel],0);
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
ListPage.Caption:= Format('%s (%d)',[SearchResultsView.WorkedSearchText,Cnt]);
|
ListPage.Caption:= Format('%s (%d)',[ListPage.Caption,Cnt]);
|
||||||
SearchResultsView.EndUpdate(ListPage.PageIndex);
|
SearchResultsView.EndUpdate(ListPage.PageIndex);
|
||||||
// bring to front
|
// bring to front
|
||||||
IDEWindowCreators.ShowForm(SearchResultsView,true);
|
IDEWindowCreators.ShowForm(SearchResultsView,true);
|
||||||
|
Loading…
Reference in New Issue
Block a user