mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
win: Mouse position is not notify icon's position
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user