mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 07:06:04 +00:00
Everywhere: Rename left/right-click to primary/secondary
This resolves #10641.
This commit is contained in:
committed by
Idan Horowitz
parent
a6ccf6659a
commit
d6a0726302
@@ -103,7 +103,7 @@ void UrlBox::mousedown_event(GUI::MouseEvent& event)
|
||||
if (is_displayonly())
|
||||
return;
|
||||
|
||||
if (event.button() != MouseButton::Left)
|
||||
if (event.button() != MouseButton::Primary)
|
||||
return;
|
||||
|
||||
if (is_focus_transition()) {
|
||||
|
||||
Reference in New Issue
Block a user