Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress()

This commit is contained in:
2019-09-19 21:44:30 +02:00
parent 977547d91d
commit 94ef879a94
4 changed files with 5 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ static void render_cell(struct gds_cell *cell, GList *layer_infos, FILE *tex_fil
status = g_string_new(NULL);
g_string_printf(status, "Generating cell %s", cell->name);
gds_output_renderer_update_gui_status_from_async(renderer, status->str);
gds_output_renderer_update_async_progress(renderer, status->str);
g_string_free(status, TRUE);
/* Draw polygons of current cell */