tray: send tray icon position as payload onclick OSX

This commit is contained in:
deepak1556 2015-05-01 15:24:22 +05:30
parent 4608f5e9cd
commit 6d7d068e49
8 changed files with 26 additions and 9 deletions

View file

@ -49,7 +49,7 @@ void NotifyIcon::HandleClickEvent(const gfx::Point& cursor_pos,
bool left_mouse_click) {
// Pass to the observer if appropriate.
if (left_mouse_click) {
NotifyClicked();
NotifyClicked(cursor_pos);
return;
}