HackStudio: Add statusbar with file and selected text information

This commit is contained in:
ry-sev 2021-07-01 20:39:17 -04:00 committed by Gunnar Beutner
commit 2634cab7a8
Notes: sideshowbarker 2024-07-18 08:56:33 +09:00
8 changed files with 50 additions and 9 deletions

View file

@ -59,7 +59,6 @@ private:
String m_filename;
RefPtr<GUI::Label> m_filename_label;
RefPtr<GUI::Label> m_cursor_label;
RefPtr<Editor> m_editor;
bool m_document_dirty { false };