Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RichTextLabel alignment for clickable regions
Fixes godotengine#41006 (regression from godotengine#39164). The original alignment fix was limited to PROCESS_DRAW mode, which caused some discrepancies with PROCESS_POINTER mode. Now only PROCESS_CACHE is excluded with a condition a few lines above.
- Loading branch information