mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 02:00:28 +02:00
IDE: search result buttons: fixed update, issue #38896
git-svn-id: trunk@65117 -
This commit is contained in:
parent
f9d0cabc30
commit
f37ae1b3d2
@ -935,9 +935,9 @@ begin
|
||||
if FClosingTabs then
|
||||
exit;
|
||||
if FAsyncUpdateCloseButtons=svcbNone then exit;
|
||||
aEnable:=FAsyncUpdateCloseButtons=svcbEnable;
|
||||
FAsyncUpdateCloseButtons:=svcbNone;
|
||||
|
||||
aEnable:=FAsyncUpdateCloseButtons=svcbEnable;
|
||||
if aEnable and (ResultsNoteBook.PageCount>0) then begin
|
||||
lPageList := GetPagesOnActiveLine;
|
||||
if Assigned(lPageList) and (lPageList.Count>0) then
|
||||
@ -1277,7 +1277,7 @@ begin
|
||||
begin
|
||||
if ThePage.Components[i] is TLazSearchResultTV then
|
||||
begin
|
||||
result:= TLazSearchResultTV(ThePage.Components[i]);
|
||||
Result:= TLazSearchResultTV(ThePage.Components[i]);
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user