aseprite/src/main
David Capello 27b55030e2 Fix bug pressing warning icon to add palette color when active locale is non-English
It looks like Allegro library was changing the locale to the active
one, and it can break things like strtod() (which is used to convert
colors from string format in AddColor command). In this case, if we added
a HSV color with double floating-point precision, it was added incorrectly
because strtod() wasn't taking the decimal part.
2016-03-28 15:30:00 -03:00
..
main.cpp Fix bug pressing warning icon to add palette color when active locale is non-English 2016-03-28 15:30:00 -03:00
resources_win32.rc Update version to 1.1.3-dev 2016-02-29 22:11:00 -03:00
xpm_icon.c