mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
LibGUI: Fix walking Splitter's child widgets
This commit is contained in:
parent
5f9906f188
commit
567f2f3548
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ bool Splitter::get_resize_candidates_at(const Gfx::IntPoint& position, Widget*&
|
||||||
return IterationDecision::Break;
|
return IterationDecision::Break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
previous_widget = &child_widget;
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
});
|
});
|
||||||
return found_candidates;
|
return found_candidates;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue