mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +02:00
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:
parent
086cb54594
commit
9f4b963fd6
@ -335,7 +335,9 @@ begin
|
||||
|
||||
OSError(SetRootMenu(Menu), Self, 'AttachToMenuBar', 'SetRootMenu');
|
||||
|
||||
InvalMenuBar;
|
||||
HiliteMenu(0);
|
||||
//DrawMenuBar;
|
||||
//InvalMenuBar;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user