mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Some color cleanup.
This commit is contained in:
parent
aceedaf957
commit
e16d145cb4
9 changed files with 27 additions and 22 deletions
|
@ -63,7 +63,7 @@ CharacterWithAttributes& TerminalWidget::at(unsigned row, unsigned column)
|
|||
void TerminalWidget::onPaint(PaintEvent&)
|
||||
{
|
||||
Painter painter(*this);
|
||||
painter.fillRect(rect(), Color(0, 0, 0));
|
||||
painter.fillRect(rect(), Color::Black);
|
||||
|
||||
auto& font = Font::defaultFont();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue