From ca2a30c484cfad9913d5e0d47590079d55bf52d0 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:52:58 +0200 Subject: [PATCH] docs: document View.removeChildView edge case (#43727) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/api/view.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/view.md b/docs/api/view.md index 2f2ec00b2e23..d83c2a9ddff4 100644 --- a/docs/api/view.md +++ b/docs/api/view.md @@ -55,6 +55,8 @@ it becomes the topmost view. * `view` View - Child view to remove. +If the view passed as a parameter is not a child of this view, this method is a no-op. + #### `view.setBounds(bounds)` * `bounds` [Rectangle](structures/rectangle.md) - New bounds of the View.