mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 02:37:16 +01:00
cocoa: restore radio-menues functionality. #34310
git-svn-id: trunk@59102 -
This commit is contained in:
parent
95293e2200
commit
55d94ff91b
@ -514,6 +514,7 @@ begin
|
||||
else
|
||||
begin
|
||||
item := LCLMenuItemInit(TCocoaMenuItem.alloc, AMenuItem.Caption, AMenuItem.ShortCut);
|
||||
TCocoaMenuItem(item).FMenuItemTarget := AMenuItem;
|
||||
|
||||
if AMenuItem.IsInMenuBar then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user