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

Make Node Editor forward compatible with ImGui 1.80+ #112

Closed
thedmd opened this issue Jul 8, 2021 · 0 comments
Closed

Make Node Editor forward compatible with ImGui 1.80+ #112

thedmd opened this issue Jul 8, 2021 · 0 comments
Assignees

Comments

@thedmd
Copy link
Owner

thedmd commented Jul 8, 2021

With 1.80 ImGui sees changes related to drawing rounded rectangles. Now we can (and should) use ImDrawFlags_RoundCornersXXX enum values instead of magic numbers.

As of 1.80, _FringeScale was merged to the master branch which automatically give everyone not blurred edges on nodes when zoomed in. We keep backward compatibility and keep users pre-1.80 copy working.

@thedmd thedmd self-assigned this Jul 8, 2021
@thedmd thedmd changed the title Make node editor compatible with ImGui 1.80+ Make Node Editor forward compatible with ImGui 1.80+ Jul 8, 2021
@thedmd thedmd closed this as completed Jul 8, 2021
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

1 participant