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

LibGUI: Add FontsChanged event and deliver it to windows and widgets

This commit is contained in:
LuK1337 2021-07-12 09:57:34 +02:00 committed by Andreas Kling
parent 9318d9f284
commit b40d771512
7 changed files with 39 additions and 0 deletions

View file

@ -314,6 +314,7 @@ protected:
virtual void drag_leave_event(Event&);
virtual void drop_event(DropEvent&);
virtual void theme_change_event(ThemeChangeEvent&);
virtual void fonts_change_event(FontsChangeEvent&);
virtual void screen_rects_change_event(ScreenRectsChangeEvent&);
virtual void did_begin_inspection() override;