1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

GTextEditor: Draw the cursor line in a slightly darker shade.

This commit is contained in:
Andreas Kling 2019-03-07 02:24:46 +01:00
parent be0ac86b63
commit 6db132069f
2 changed files with 15 additions and 1 deletions

View file

@ -57,6 +57,7 @@ private:
void update_scrollbar_ranges();
Rect line_content_rect(int item_index) const;
Rect line_widget_rect(int line_index) const;
Rect cursor_content_rect() const;
Rect cursor_widget_rect() const;
void update_cursor();