From 187530de7db35a0984138c29a6ba49a0ac5171bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 30 Nov 2021 14:46:11 +0100 Subject: [PATCH] doc: Fixup Tabs reference after cherry-pick (cherry picked from commit 6cf77f80b53d215de4915719cc13ba700d44dd4f) --- doc/classes/TabContainer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 83784924170..6b86b8b9370 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -6,7 +6,7 @@ Arranges [Control] children into a tabbed view, creating a tab for each one. The active tab's corresponding [Control] has its [code]visible[/code] property set to [code]true[/code], and all other children's to [code]false[/code]. Ignores non-[Control] children. - [b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [TabBar]s as children is not needed. + [b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [Tabs] as children is not needed.