mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Calendar: Use proper tile information when painting tiles after January
This commit is contained in:
parent
38c7703fe8
commit
0742cb0818
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ void Calendar::paint_event(GUI::PaintEvent& event)
|
||||||
m_tiles[l][i].height);
|
m_tiles[l][i].height);
|
||||||
m_tiles[l][i].rect = tile_rect.translated(frame_thickness(), frame_thickness());
|
m_tiles[l][i].rect = tile_rect.translated(frame_thickness(), frame_thickness());
|
||||||
|
|
||||||
paint_tile(painter, m_tiles[0][i], tile_rect, x_offset, y_offset, k);
|
paint_tile(painter, m_tiles[l][i], tile_rect, x_offset, y_offset, k);
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue