Carbon intf: fixed 0009714: Carbon menuitem remains active after selecting Form.show

by clearing menu highlighting

git-svn-id: trunk@13096 -
This commit is contained in:
tombo 2007-12-01 09:24:56 +00:00
parent 086cb54594
commit 9f4b963fd6

View File

@ -335,7 +335,9 @@ begin
OSError(SetRootMenu(Menu), Self, 'AttachToMenuBar', 'SetRootMenu');
InvalMenuBar;
HiliteMenu(0);
//DrawMenuBar;
//InvalMenuBar;
end;
{------------------------------------------------------------------------------