IDE: fixed layout search result form

git-svn-id: trunk@24077 -
This commit is contained in:
mattias 2010-03-18 00:23:21 +00:00
parent 4f4bb0755f
commit ddf90b8e51
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ object SearchResultsView: TSearchResultsView
Height = 27
Top = 2
Width = 348
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
OnKeyDown = SearchInListEditKeyDown
ParentShowHint = False

View File

@ -5942,7 +5942,7 @@ begin
ASearchForm.ResultsWindow:= ListIndex;
try
ASearchForm.Show;
// update Window Menu, the OnIdle event does not occur when searching
// update Window Menu, the OnIdle event does not occur while searching
MainIDEInterface.UpdateWindowMenu;
ASearchForm.DoSearch;
except