summaryrefslogtreecommitdiffstats
path: root/scene/gui/label.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:03:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:03:21 +0100
commit21f0529aa923e8d337827074f15a5cf83f73c19a (patch)
tree582cdfc9017dd5e655808747394f2008dc481ede /scene/gui/label.cpp
parent9f76398781fbb7c92c5d25ff0df236f91f3d4b10 (diff)
downloadredot-engine-21f0529aa923e8d337827074f15a5cf83f73c19a.tar.gz
Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
Diffstat (limited to 'scene/gui/label.cpp')
-rw-r--r--scene/gui/label.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/label.cpp b/scene/gui/label.cpp
index f847971015..56da1332e7 100644
--- a/scene/gui/label.cpp
+++ b/scene/gui/label.cpp
@@ -330,8 +330,8 @@ inline void draw_glyph_outline(const Glyph &p_gl, const RID &p_canvas, const Col
}
}
-Array Label::get_configuration_warnings() const {
- Array warnings = Control::get_configuration_warnings();
+PackedStringArray Label::get_configuration_warnings() const {
+ PackedStringArray warnings = Control::get_configuration_warnings();
// FIXME: This is not ideal and the sizing model should be fixed,
// but for now we have to warn about this impossible to resolve combination.