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:
parent
be0ac86b63
commit
6db132069f
2 changed files with 15 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue