mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:50:06 +02:00
Carbon intf.: fixed bug #0009409: Carbon Widgetset: Radio TMenuItem does not update
git-svn-id: trunk@12007 -
This commit is contained in:
parent
d9c22fbfcf
commit
31336d1110
@ -530,7 +530,7 @@ begin
|
||||
Item := TCarbonMenu(FParentMenu.FItems[I]);
|
||||
if Item = Self then Continue;
|
||||
|
||||
if Item.LCLMenuItem.RadioItem and Item.LCLMenuItem.AutoCheck and
|
||||
if Item.LCLMenuItem.RadioItem and
|
||||
(Item.LCLMenuItem.GroupIndex = LCLMenuItem.GroupIndex) then
|
||||
SetItemMark(FParentMenu.Menu, Item.GetIndex + 1, #0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user