[RTL] Add optional push_meta argument to control how meta underline is drawn.

This commit is contained in:
bruvzg
2024-02-29 21:21:13 +02:00
parent 7d2ca2d8ac
commit 2a3de7adc3
5 changed files with 67 additions and 6 deletions

View File

@ -224,3 +224,10 @@ Validate extension JSON: JSON file: Field was added in a way that breaks compati
Added a return value for add_bone.
Should not affect existing regular use - the return value would just be unused.
Compatibility method registered.
GH-89024
--------
Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/push_meta/arguments': size changed value in new API, from 1 to 2.
Added optional argument. Compatibility method registered.