mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:39:24 +02:00
Patch from bug #19022 adds highlighting to the carbon tray icon
git-svn-id: trunk@31436 -
This commit is contained in:
parent
d881cfd685
commit
5acb5bda6c
@ -502,6 +502,7 @@ begin
|
||||
APrivateTrayIcon.item := NSStatusItem.CreateWithHandle(APrivateTrayIcon.bar.statusItemWithLength(NSSquareStatusItemLength));
|
||||
APrivateTrayIcon.item.retain();
|
||||
APrivateTrayIcon.item.setImage(APrivateTrayIcon.image.Handle);
|
||||
APrivateTrayIcon.item.setHighlightMode(LongBool(YES));
|
||||
|
||||
{ Inserts the menu }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user