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:
parent
dd607fc619
commit
be3a9048be
2 changed files with 33 additions and 15 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue