mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibGUI: Fix a typo
This commit is contained in:
parent
bf522d3bb3
commit
4e3b965d7f
8 changed files with 23 additions and 23 deletions
|
@ -373,7 +373,7 @@ protected:
|
|||
// This is called after children have been painted.
|
||||
virtual void second_paint_event(PaintEvent&);
|
||||
|
||||
virtual void layout_relevant_change_occured();
|
||||
virtual void layout_relevant_change_occurred();
|
||||
virtual void custom_layout() { }
|
||||
virtual void did_change_font() { }
|
||||
virtual void did_layout() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue