diff options
author | David Crespo <david.crespo@correounivalle.edu.co> | 2023-10-05 23:50:38 -0500 |
---|---|---|
committer | David Crespo <david.crespo@correounivalle.edu.co> | 2023-10-31 14:39:57 -0500 |
commit | 0be873bed22315e296bfb18ad90c39c74d52a687 (patch) | |
tree | bb00a10406205dfb3cfbe1ccc7df149cb297e18d /scene/gui/label.h | |
parent | 8fc215893af3ea54a8fbd001caee0ce968d206d9 (diff) | |
download | redot-engine-0be873bed22315e296bfb18ad90c39c74d52a687.tar.gz |
Add compability rename of (v)align properties of Label
Diffstat (limited to 'scene/gui/label.h')
-rw-r--r-- | scene/gui/label.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/label.h b/scene/gui/label.h index a5126c6b91..81c8cefad9 100644 --- a/scene/gui/label.h +++ b/scene/gui/label.h @@ -90,6 +90,9 @@ private: protected: void _notification(int p_what); static void _bind_methods(); +#ifndef DISABLE_DEPRECATED + bool _set(const StringName &p_name, const Variant &p_value); +#endif public: virtual Size2 get_minimum_size() const override; |