From: Cheng Zhao Date: Mon, 4 May 2015 03:37:23 +0000 (+0800) Subject: win: Mouse position is not notify icon's position X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a53b1f7edf8323b1ef2417f46cb9dabdc7accdf4;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git win: Mouse position is not notify icon's position --- 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; }