mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
GTextEditor: Draw the cursor line in a slightly darker shade.
This commit is contained in:
parent
be0ac86b63
commit
6db132069f
Notes:
sideshowbarker
2024-07-19 15:09:02 +09:00
Author: https://github.com/awesomekling
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