🍎 Fix context menus selecting first item by default.

This commit is contained in:
Daniel Pham 2016-06-17 14:02:01 -04:00
parent 785ae8daef
commit a8a6f6f856
3 changed files with 6 additions and 4 deletions

View file

@ -17,7 +17,7 @@ class MenuViews : public Menu {
explicit MenuViews(v8::Isolate* isolate);
protected:
void PopupAt(Window* window, int x, int y, int positioning_item = 0) override;
void PopupAt(Window* window, int x, int y, int positioning_item) override;
private:
DISALLOW_COPY_AND_ASSIGN(MenuViews);