Skip to content

gtk: fix weed_out_neg_zero() in spinbutton and scale

Benjamin Otte requested to merge cherry-pick-ae2ef147 into master

It was not copying the terminating \0 in the string, breaking output in spinbutton (didn't try scale). Fixes #3452.

(cherry picked from commit ae2ef147)

Merge request reports