mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:09:21 +02:00
IDE, reverted previous menuintf fix, it has side effects on context menus in form designer
git-svn-id: trunk@51499 -
This commit is contained in:
parent
e10fa9961d
commit
7c75c2fe3f
@ -1449,7 +1449,7 @@ end;
|
||||
|
||||
function TIDEMenuSection.VisibleActive: boolean;
|
||||
begin
|
||||
Result:=Visible and ((VisibleCount>0) or ChildrenAsSubMenu);
|
||||
Result:=Visible and (VisibleCount>0);
|
||||
end;
|
||||
|
||||
function TIDEMenuSection.Size: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user