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

TextEditor: Put fonts in exclusive action group

This commit is contained in:
thankyouverycool 2020-08-16 12:54:11 -04:00 committed by Andreas Kling
parent 4a57cbc98f
commit 15cb4207fc
2 changed files with 10 additions and 2 deletions

View file

@ -106,6 +106,8 @@ private:
RefPtr<Web::PageView> m_page_view;
GUI::ActionGroup font_actions;
bool m_document_dirty { false };
bool m_document_opening { false };
bool m_auto_detect_preview_mode { false };