Commit 39c215e00f85cacd463b9b1bc88b9fb69df14880
1 parent
2c800c73
Exists in
master
and in
1 other branch
Pequenos ajustes na OIA
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
draw.c
... | ... | @@ -370,6 +370,7 @@ void v3270_reload(GtkWidget *widget) |
370 | 370 | |
371 | 371 | } |
372 | 372 | |
373 | + cairo_set_scaled_font(cr,terminal->font_scaled); | |
373 | 374 | v3270_draw_oia(cr, terminal->host, rect.y, cols, &terminal->metrics, terminal->color,terminal->oia_rect); |
374 | 375 | |
375 | 376 | cairo_destroy(cr); | ... | ... |