mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 11:29:43 +01: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;
|
function TIDEMenuSection.VisibleActive: boolean;
|
||||||
begin
|
begin
|
||||||
Result:=Visible and ((VisibleCount>0) or ChildrenAsSubMenu);
|
Result:=Visible and (VisibleCount>0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TIDEMenuSection.Size: integer;
|
function TIDEMenuSection.Size: integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user