mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 16:45:08 +00:00
GTextEditor: Make sure the scroll corner helper widget is filled in.
This commit is contained in:
parent
35098cbde1
commit
10dcd3a47f
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ GTextEditor::GTextEditor(GWidget* parent)
|
|||
};
|
||||
|
||||
m_corner_widget = new GWidget(this);
|
||||
m_corner_widget->set_fill_with_background_color(true);
|
||||
|
||||
m_lines.append(make<Line>());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue