mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 15:58:37 +02:00
IDE: fixed layout search result form
git-svn-id: trunk@24077 -
This commit is contained in:
parent
4f4bb0755f
commit
ddf90b8e51
@ -80,7 +80,6 @@ object SearchResultsView: TSearchResultsView
|
||||
Height = 27
|
||||
Top = 2
|
||||
Width = 348
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
OnKeyDown = SearchInListEditKeyDown
|
||||
ParentShowHint = False
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user