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:
parent
4a57cbc98f
commit
15cb4207fc
2 changed files with 10 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue