mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibGUI: Calculate Window min_size on show
This commit is contained in:
parent
53215be7ae
commit
80ea141ffe
2 changed files with 17 additions and 10 deletions
|
@ -231,6 +231,8 @@ protected:
|
|||
virtual void leave_event(Core::Event&);
|
||||
|
||||
private:
|
||||
void update_min_size();
|
||||
|
||||
void update_cursor();
|
||||
void focus_a_widget_if_possible(FocusSource);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue