fix task_save.c

This commit is contained in:
Tatsuya79 2018-09-01 01:50:30 +02:00 committed by GitHub
parent 09284dc6ce
commit dd9db41403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1010,7 +1010,7 @@ static void save_state_cb(void *task_data,
char *path = strdup(state->path);
if (state->thumbnail_enable)
take_screenshot(path, true, state->has_valid_framebuffer);
take_screenshot(path, true, state->has_valid_framebuffer, false, true);
free(path);
}