mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.
This commit is contained in:
parent
ccda716028
commit
5a28392660
2 changed files with 8 additions and 4 deletions
|
@ -143,6 +143,7 @@ private:
|
|||
|
||||
GScrollBar* m_vertical_scrollbar { nullptr };
|
||||
GScrollBar* m_horizontal_scrollbar { nullptr };
|
||||
GWidget* m_corner_widget { nullptr };
|
||||
|
||||
Vector<OwnPtr<Line>> m_lines;
|
||||
GTextPosition m_cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue