1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

LibGUI: Don't assert when hovering spacing around single-child Splitter

Fixes #1215.
This commit is contained in:
Andreas Kling 2020-02-13 20:00:01 +01:00
parent fc562a3a93
commit f88fe5dc3f
2 changed files with 7 additions and 6 deletions

View file

@ -50,7 +50,7 @@ protected:
private:
void recompute_grabbable_rect(const Widget&, const Widget&);
void get_resize_candidates_at(const Gfx::Point&, Widget*&, Widget*&);
bool get_resize_candidates_at(const Gfx::Point&, Widget*&, Widget*&);
Orientation m_orientation;
bool m_resizing { false };