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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: