win: Mouse position is not notify icon's position
This commit is contained in:
parent
f64dbbea3e
commit
a53b1f7edf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue