1
Fork 0
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:
FrHun 2022-07-04 05:34:09 +02:00 committed by Andreas Kling
parent 53215be7ae
commit 80ea141ffe
2 changed files with 17 additions and 10 deletions

View file

@ -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);