mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 20:41:53 +00:00
GTextEditor: Make sure the scroll corner helper widget is filled in.
This commit is contained in:
parent
35098cbde1
commit
10dcd3a47f
Notes:
sideshowbarker
2024-07-19 15:05:07 +09:00
Author: https://github.com/awesomekling
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