TActionMainMenuBar has an error with red root elements without children.
Using Delphi XE2 / w7-32bit **
how to reproduce:
build a menu using TActionMainMenuBar, add some actions to it:
file | options | help
- New
- Open
- Save
-Exit
assign all actions one empty method
procedure TfrmMain.ActionExecute(Sender: TObject);
begin
//
end;
Now launch the application and try clicking on the options or help item.
now click on the form, but the menu item is still clicked!
Are there any workarounds?
upd: look at the screenshot, the menu item is omitted, but the mouse cursor is not in the menu, and autocheck is false, and false is also marked.

there is no color scheme in the form, and the manager style is the default for the platform