mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibGUI: Invalidate IconView cache on font change
Changing the font means we have to recalculate all the item rects etc.
This commit is contained in:
parent
ff0766056b
commit
dd607fc619
2 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,9 @@ public:
|
|||
|
||||
virtual void select_all() override;
|
||||
|
||||
protected:
|
||||
virtual void did_change_font() override;
|
||||
|
||||
private:
|
||||
IconView();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue