Merge pull request #7163 from Tatsuya79/patch-5

fix task_save.c
This commit is contained in:
Twinaphex 2018-09-01 01:53:09 +02:00 committed by GitHub
commit 1ad6291c79
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);
}