mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
IDE: update menu sections when parent section is not visible
git-svn-id: trunk@50986 -
This commit is contained in:
parent
2c2a11a86d
commit
800f102b46
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user