1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:47:35 +00:00

LibGUI: Redraw widgets when default font changes

This commit is contained in:
LuK1337 2021-07-12 10:05:05 +02:00 committed by Andreas Kling
parent b40d771512
commit 8992271c5c
2 changed files with 8 additions and 2 deletions

View file

@ -361,6 +361,7 @@ private:
bool m_updates_enabled { true };
bool m_accepts_emoji_input { false };
bool m_shrink_to_fit { false };
bool m_default_font { true };
NonnullRefPtr<Gfx::PaletteImpl> m_palette;