Hide text of RichTextLabel if BBCode is enabled

This commit is contained in:
kobewi
2022-10-11 15:21:19 +02:00
parent 3c39bc365f
commit a0ad958582
2 changed files with 8 additions and 0 deletions

View File

@ -414,6 +414,7 @@ private:
bool fit_content_height;
protected:
virtual void _validate_property(PropertyInfo &p_property) const;
void _notification(int p_what);
public: