1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-02-14 18:40:55 +00:00

Save [Options]/CheckedBgZoom as bool value

This commit is contained in:
David Capello 2014-03-01 18:53:00 -03:00
parent 6023c62fa0
commit 316223cee9

@ -319,7 +319,7 @@ bool RenderEngine::getCheckedBgZoom()
void RenderEngine::setCheckedBgZoom(bool state)
{
checked_bg_zoom = state;
set_config_int("Options", "CheckedBgZoom", state);
set_config_bool("Options", "CheckedBgZoom", state);
}
// static