gui: render empty string for numeric system missing value
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Wed, 8 Jul 2020 07:44:55 +0000 (09:44 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Wed, 8 Jul 2020 12:10:04 +0000 (14:10 +0200)
commit273fd32809f3e2ba6e98540966db0da221704c68
tree7c392e8806b6fee10c45d176249fbf421406b2fc
parentf4ba0d4b24301f389dfb76a66094b093125fac9b
gui: render empty string for numeric system missing value

Numeric cells which contain the system missing value are currently rendered
as a number of spaces, a dot and a number of spaces depending on the
current variable width and decimal places settings. When the cell is
edited, then this string is pretty confusing.
With the patch system missing values for numeric variables are rendered
as empty strings. Editing the cell is then straightforward and starts
with an empty cell.
src/ui/gui/psppire-data-store.c