mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
GTextEditor: Make sure the scroll corner helper widget is filled in.
This commit is contained in:
@@ -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>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user