From a53b1f7edf8323b1ef2417f46cb9dabdc7accdf4 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 4 May 2015 11:37:23 +0800 Subject: [PATCH] win: Mouse position is not notify icon's position --- atom/browser/ui/win/notify_icon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/ui/win/notify_icon.cc b/atom/browser/ui/win/notify_icon.cc index 4c227c8..99b7153 100644 --- a/atom/browser/ui/win/notify_icon.cc +++ b/atom/browser/ui/win/notify_icon.cc @@ -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(cursor_pos); + NotifyClicked(); return; } -- 2.7.4