mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
Save [Options]/CheckedBgZoom as bool value
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user