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

LibGUI: Invalidate GroupBox layout on font change

This commit is contained in:
FrHun 2021-09-28 15:59:07 +02:00 committed by Andreas Kling
parent 70e5a77794
commit a21ea5f10f
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,7 @@ protected:
explicit GroupBox(const StringView& title = {});
virtual void paint_event(PaintEvent&) override;
virtual void fonts_change_event(FontsChangeEvent&) override;
private:
String m_title;