mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibCards: Correct a spelling mistake
This commit is contained in:
parent
dfa2075887
commit
630430379e
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