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
commit 6db132069f
Notes: sideshowbarker 2024-07-19 15:09:02 +09:00
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();