1
Fork 0
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:
Andreas Kling 2020-12-30 18:04:55 +01:00
parent 8fe1643c4b
commit 6cec7a2da6
2 changed files with 11 additions and 17 deletions

View file

@ -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 };