Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RTL] Fix indent in tables and tables in indent. #96735

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Sep 8, 2024

Fixes #96720

A[table=1][cell bg=red]a[/cell][cell]3[/cell][cell bg=blue][indent]3[/indent][/cell][cell bg=green][indent][indent]4[/indent][/indent][/cell][/table]:
[indent]A[table=1][cell bg=red]a[/cell][cell]3[/cell][cell bg=blue][indent]3[/indent][/cell][cell bg=green][indent][indent]4[/indent][/indent][/cell][/table]:[/indent]
[indent][indent]A[table=1][cell bg=red]a[/cell][cell]3[/cell][cell bg=blue][indent]3[/indent][/cell][cell bg=green][indent][indent]4[/indent][/indent][/cell][/table]:[/indent][/indent]
[indent]A[/indent]
[indent]B[img=20]res://icon.svg[/img]:[/indent]
B[img=20]res://icon.svg[/img]:
Before After
Screenshot 2024-09-09 at 00 07 02 Screenshot 2024-09-09 at 00 03 25

@bruvzg bruvzg added this to the 4.4 milestone Sep 8, 2024
@bruvzg bruvzg marked this pull request as ready for review October 7, 2024 07:07
@bruvzg bruvzg requested a review from a team as a code owner October 7, 2024 07:07
@Repiteo
Copy link
Contributor

Repiteo commented Dec 3, 2024

Will need a rebase before this can be merged

@Repiteo Repiteo merged commit 6588505 into godotengine:master Dec 5, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 5, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RichTextLabel: Indent table error
3 participants