fix: Alt+Click should not toggle menu bar (#29318)
This commit is contained in:
parent
19dce8caa5
commit
0444d74830
2 changed files with 7 additions and 10 deletions
|
@ -224,10 +224,8 @@ class NativeWindowViews : public NativeWindow,
|
|||
content::WebContents*,
|
||||
const content::NativeWebKeyboardEvent& event) override;
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
// ui::EventHandler:
|
||||
void OnMouseEvent(ui::MouseEvent* event) override;
|
||||
#endif
|
||||
|
||||
// Returns the restore state for the window.
|
||||
ui::WindowShowState GetRestoredState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue