mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
FontEditor: Convert to east const
This commit is contained in:
parent
de77e28360
commit
ca062d83db
8 changed files with 19 additions and 19 deletions
|
@ -93,7 +93,7 @@ private:
|
|||
if (event.buttons() & (GUI::MouseButton::Primary | GUI::MouseButton::Secondary))
|
||||
draw_at_mouse(event);
|
||||
}
|
||||
void draw_at_mouse(const MouseEvent& event)
|
||||
void draw_at_mouse(MouseEvent const& event)
|
||||
{
|
||||
bool set = event.buttons() & MouseButton::Primary;
|
||||
bool unset = event.buttons() & MouseButton::Secondary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue