IDE: search result view: bring to front after search, bug #16856

git-svn-id: trunk@26486 -
This commit is contained in:
mattias 2010-07-06 13:44:24 +00:00
parent 379d004c13
commit c92522b37c

View File

@ -913,7 +913,8 @@ begin
end;
finally
SearchResultsView.EndUpdate(ListPage.PageIndex);
IDEWindowCreators.ShowForm(SearchResultsView,false);
// bring to front
IDEWindowCreators.ShowForm(SearchResultsView,true);
end;
end;