You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding an image to a RichTextLabel via add_image(), its image region cannot be updated via update_image() when using UPDATE_REGION. The image receives no changes.
Steps to reproduce
With MRP:
Run project
Witness as the image's region fails to be updated
Without MRP:
Create a RichTextLabel
Add an image to the label using RichTextLabel.add_image()
Update said image using RichTextLabel.update_image(), ensuring that UPDATE_REGION is set in the mask param
Tested versions
System information
Godot v4.3.stable - Nobara Linux 41 (KDE Plasma) - Wayland - GLES3 (Compatibility) - AMD Radeon RX 580 Series (radeonsi, polaris10, LLVM 19.1.5, DRM 3.59, 6.12.11-204.nobara.fc41.x86_64) - AMD Ryzen 5 2600 Six-Core Processor (12 Threads)
Issue description
When adding an image to a
RichTextLabel
viaadd_image()
, its image region cannot be updated viaupdate_image()
when usingUPDATE_REGION
. The image receives no changes.Steps to reproduce
With MRP:
Without MRP:
RichTextLabel
RichTextLabel.add_image()
RichTextLabel.update_image()
, ensuring thatUPDATE_REGION
is set in themask
paramMinimal reproduction project (MRP)
4.3: rtl_update_image_mrp_4.3.zip
4.4b2: rtl_update_image_mrp_4.4b2.zip
The text was updated successfully, but these errors were encountered: