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
commit 80ea141ffe
Notes: sideshowbarker 2024-07-17 10:54:57 +09:00
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);