1
Fork 0
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:
Andreas Kling 2019-03-08 18:58:40 +01:00
parent ccda716028
commit 5a28392660
2 changed files with 8 additions and 4 deletions

View file

@ -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;