🍎 Fix context menus selecting first item by default.
This commit is contained in:
parent
785ae8daef
commit
a8a6f6f856
3 changed files with 6 additions and 4 deletions
|
@ -19,7 +19,7 @@ class MenuMac : public Menu {
|
|||
protected:
|
||||
explicit MenuMac(v8::Isolate* isolate);
|
||||
|
||||
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;
|
||||
|
||||
base::scoped_nsobject<AtomMenuController> menu_controller_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue