mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
TextEditor: Switch to using GUI::FontPicker for picking editor font :^)
This commit is contained in:
parent
8fe1643c4b
commit
6cec7a2da6
2 changed files with 11 additions and 17 deletions
|
@ -113,8 +113,6 @@ private:
|
|||
|
||||
RefPtr<Web::OutOfProcessWebView> m_page_view;
|
||||
|
||||
GUI::ActionGroup font_actions;
|
||||
|
||||
bool m_document_dirty { false };
|
||||
bool m_document_opening { false };
|
||||
bool m_auto_detect_preview_mode { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue