1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

TextEditor: Add charcount info about selected text to the statusbar

This commit is contained in:
Cesar Torres 2021-03-14 13:58:57 +01:00 committed by Andreas Kling
parent daf2e5d335
commit 4f34a78337
2 changed files with 23 additions and 4 deletions

View file

@ -63,7 +63,7 @@ private:
void update_preview();
void update_markdown_preview();
void update_html_preview();
void update_statusbar_cursor_position();
void update_statusbar();
virtual void drop_event(GUI::DropEvent&) override;