diff options
Diffstat (limited to 'chrome/views/menu.cc')
-rw-r--r-- | chrome/views/menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/menu.cc b/chrome/views/menu.cc index 89e7593..93185d6a 100644 --- a/chrome/views/menu.cc +++ b/chrome/views/menu.cc @@ -546,7 +546,7 @@ void Menu::RunMenuAt(int x, int y) { // Show the menu. Blocks until the menu is dismissed or an item is chosen. UINT flags = - GetTPMAlignFlags() | TPM_LEFTBUTTON | TPM_RETURNCMD | TPM_RECURSE; + GetTPMAlignFlags() | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_RECURSE; is_menu_visible_ = true; DCHECK(owner_); // In order for context menus on menus to work, the context menu needs to |