mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibCards: Correct a spelling mistake
This commit is contained in:
parent
dfa2075887
commit
630430379e
Notes:
sideshowbarker
2024-07-18 17:33:59 +09:00
Author: https://github.com/gunnarbeutner
Commit: 630430379e
Pull-request: https://github.com/SerenityOS/serenity/pull/7381
Reviewed-by: https://github.com/linusg
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ void Card::draw(GUI::Painter& painter) const
|
|||
|
||||
void Card::clear(GUI::Painter& painter, const Color& background_color) const
|
||||
{
|
||||
painter.fill_rect({ old_positon(), { width, height } }, background_color);
|
||||
painter.fill_rect({ old_position(), { width, height } }, background_color);
|
||||
}
|
||||
|
||||
void Card::save_old_position()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue