mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
IDE(Intf): Menuu-Intf: Do not create menu-structure for items with an invisible parent, since menu-entries from siblings may still be missing. Fixes #18041
git-svn-id: trunk@28760 -
This commit is contained in:
parent
3f8a593096
commit
fcdd2aacf9
@ -1086,6 +1086,7 @@ var
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
if (Section <> nil) and not Section.Visible then exit;
|
||||
if (FInvalidChildStartIndex>FInvalidChildEndIndex) then exit;
|
||||
if FUpdateLock>0 then begin
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user