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:
parent
fc562a3a93
commit
f88fe5dc3f
2 changed files with 7 additions and 6 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue