roelj / inklingreader

A GNU/Linux-friendly version of the Wacom Inkling SketchManager.
GNU General Public License v3.0
50 stars 16 forks source link

Configuration file is written location dependent #45

Closed dedeibel closed 6 years ago

dedeibel commented 6 years ago

When I open inklingreader on my linux system (LC_NUMERIC=de_DE.UTF-8) and save the config file, the paper size format is written with a comma as decimal point. This can't be read when opening the application again and sketches won't be displayed correctly. Maybe because the page size is recognized as zero.

I'll try to use the same setlocale code as used for the csv.c code in the repo.

dedeibel commented 6 years ago

see PR https://github.com/roelj/inklingreader/pull/46

roelj commented 6 years ago

Thanks a lot for your efforts. I merged your pull-request.