I use the TActionMainMenuBar to show menu based on TActions.
I grouped the actions by setting the same GroupIndex. So they can operate like RadioGroup, but the problem is that there are checks is drawn instead of radio buttons.
Is there any way to change that?
Here is my fix for
TPlatformDefaultStyleActionBars.Most of the code just copied from standard units, except
TFixedThemedMenuItemStyle.DoDrawMenuCheck.Note you must override also
TXPStyleMenuItemif you want to run your software on pre-Vista OS.