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

Debugger Layout Wrapping #55

Closed
boraty14 opened this issue Jun 3, 2024 · 2 comments
Closed

Debugger Layout Wrapping #55

boraty14 opened this issue Jun 3, 2024 · 2 comments

Comments

@boraty14
Copy link
Contributor

boraty14 commented Jun 3, 2024

Screenshot 2024-06-03 141230

I am using Unity 6000.0.4f1, and it seems like Unity introduced a new bug for imgui because debugger was fine when I was checking it out at 2022.3.X versions.

Screenshot 2024-06-03 141257
A temporary fix I found is either setting wordWrap to false or adding some kind of offset to rect.width in MultiColumnTreeView.cs, I was gonna make a pr but don;t know if there is a better way to fix it so I did not :D

@gustavopsantos
Copy link
Owner

Yeah, it seems like setting word wrap to false is the correct solution for this case, thanks for finding it, I'll be pushing a fix for it right now

@gustavopsantos
Copy link
Owner

Issue fixed at https://github.com/gustavopsantos/Reflex/releases/tag/8.3.1, thanks @boraty14 for finding it ;)

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

No branches or pull requests

2 participants