Skip to content

Conversation

@neclor
Copy link

@neclor neclor commented Jan 16, 2026

Problem

Despite issue #88006 being closed, 0.0 still being displayed instead of NAN.
This happens because while PR #105911 allowed non-finite values, it missed handling them properly. As a result, the _snapped_r128 function called in Range::set_value() returns 0 anyway when encountering them.
After adding a proper NaN check, everything displays correctly.

Issue

Fixes #114996

@neclor neclor requested a review from a team as a code owner January 16, 2026 00:09
@AThousandShips AThousandShips added bug topic:editor cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release cherrypick:4.6 Considered for cherry-picking into a future 4.6.x release labels Jan 16, 2026
@AThousandShips AThousandShips added this to the 4.x milestone Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release cherrypick:4.6 Considered for cherry-picking into a future 4.6.x release topic:editor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Float values NAN or INF are still shown as 0 in the debugger and inspector

2 participants