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:
martin 2010-12-18 13:09:40 +00:00
parent 3f8a593096
commit fcdd2aacf9

View File

@ -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;