IDE: update menu sections when parent section is not visible

git-svn-id: trunk@50986 -
This commit is contained in:
mattias 2015-12-22 00:10:55 +00:00
parent 2c2a11a86d
commit 800f102b46

View File

@ -1079,7 +1079,6 @@ 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;