1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00
Files
godot/doc/classes
Alexander Pech d73281a350 Keep RichTextLabel visible character properties in sync
The RichTextLabel class is inconsistent in how it updates the
visible_characters and percent_visible properties when either is changed.

To keep both properties consistent, update percent_visible when setting the
visible_characters property.
For both properties, when setting one, notify change for the other.

Docs updated for member set_visible_characters on RichTextLabel class.

(cherry picked from commit 463e2002ab)
2021-01-15 16:49:46 +01:00
..
2020-08-14 00:32:05 +02:00
2020-08-14 00:32:05 +02:00
2020-12-09 11:22:03 +01:00
2020-09-18 14:09:51 +02:00
2021-01-15 12:32:54 +01:00
2020-11-11 15:30:56 +01:00
2020-09-18 14:09:51 +02:00
2020-11-17 12:07:02 +01:00
2020-07-31 13:08:40 +02:00
2020-12-29 16:02:03 +01:00