Add FoldableContainer

Co-authored-by: WhalesState <whalesstate@gmail.com>
This commit is contained in:
kobewi 2025-02-02 17:44:28 +01:00
parent 4248411baf
commit 13741ff913
11 changed files with 1082 additions and 0 deletions

View file

@ -141,6 +141,7 @@ const Vector<String> prop_allowed_inherited_member_hiding = {
"MenuBar.TextDirection",
"RichTextLabel.TextDirection",
"TextEdit.TextDirection",
"FoldableContainer.TextDirection",
"VisualShaderNodeReroute.PortType",
// The following instances are uniquely egregious violations, hiding `GetType()` from `object`.
// Included for the sake of CI, with the understanding that they *deserve* warnings.