Ow 💩, where did that extra space come from?

This commit is contained in:
Seppe Stas 2015-06-03 07:54:38 +02:00
parent e920ce3e24
commit e5c4e34ac4

View file

@ -59,7 +59,7 @@ void NotifyIcon::HandleClickEvent(const gfx::Point& cursor_pos,
Shell_NotifyIconGetRect(&icon_id, &rect);
int width = rect.right - rect.left;
int height = rect.bottom - rect.top;
int height = rect.bottom - rect.top;
NotifyClicked(gfx::Rect(rect.left, rect.top, width, height));
return;
}