Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
106dc546
Commit
106dc546
authored
Mar 28, 2015
by
Željan Rikalo
🏊🏼
Browse files
Carbon: trigger assigned action from trayicon popupmenu.Patch by Anton Kavalenka. issue
#23399
git-svn-id: trunk@48527 -
parent
21e4c401
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/carbon/carbontrayicon.inc
View file @
106dc546
...
...
@@ -426,7 +426,7 @@ var
begin
AMenuItem := NSMenuItem.CreateWithHandle(lobjc.id(_cmd));
LCLMenu := TMenuItem(PtrInt(AMenuItem.Tag()));
if (LCLMenu <> nil)
and Assigned(LCLMenu.OnClick)
then LCLMenu.
On
Click
(LCLMenu)
;
if (LCLMenu <> nil) then LCLMenu.Click;
end;
class procedure TPrivateCocoaCarbonTrayIcon.HandleMenuWillOpen(_self: lobjc.id;
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#23399 (closed)
·
Jul 28, 2021
mentioned in issue
#23399 (closed)
mentioned in issue #23399
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment