mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
Notes:
sideshowbarker
2024-07-17 10:36:21 +09:00
Author: https://github.com/linusg
Commit: 173dcfb7cb
Pull-request: https://github.com/SerenityOS/serenity/pull/14132
17 changed files with 23 additions and 23 deletions
|
@ -327,7 +327,7 @@ void ClassicStylePainter::paint_window_frame(Painter& painter, IntRect const& re
|
|||
|
||||
if (border_radius > 0) {
|
||||
// FIXME: This will draw "useless" pixels that'll get drawn over by the window contents.
|
||||
// preferrably we should just remove the corner pixels from the completely drawn window
|
||||
// preferably we should just remove the corner pixels from the completely drawn window
|
||||
// but I don't know how to do that yet. :^)
|
||||
AntiAliasingPainter aa_painter { painter };
|
||||
aa_painter.fill_rect_with_rounded_corners(rect, base_color, border_radius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue