mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +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)
|
void RenderEngine::setCheckedBgZoom(bool state)
|
||||||
{
|
{
|
||||||
checked_bg_zoom = state;
|
checked_bg_zoom = state;
|
||||||
set_config_int("Options", "CheckedBgZoom", state);
|
set_config_bool("Options", "CheckedBgZoom", state);
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
Loading…
Reference in New Issue
Block a user