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
Make return type consistent in FloatingHintInitialHorizontalOffsetConverter (#3779)
Previously, line 26 would return the value 0 as an Int32 rather than a double, leading to runtime xaml errors. Now occurrences of 0 are replaced with doubles rather than relying on implicit conversion.
0 commit comments