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

LibGUI: Relayout Breadcrumbbar on font change

This commit is contained in:
Andreas Kling 2023-02-01 23:28:18 +01:00
parent dd607fc619
commit be3a9048be
2 changed files with 33 additions and 15 deletions

View file

@ -35,6 +35,9 @@ public:
Function<void(size_t index, DragEvent&)> on_segment_drag_enter;
Function<void(MouseEvent& event)> on_doubleclick;
protected:
virtual void did_change_font() override;
private:
Breadcrumbbar();