Commit 39c215e00f85cacd463b9b1bc88b9fb69df14880

Authored by perry.werneck@gmail.com
1 parent 2c800c73
Exists in master and in 1 other branch develop

Pequenos ajustes na OIA

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -370,6 +370,7 @@ void v3270_reload(GtkWidget *widget) @@ -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 v3270_draw_oia(cr, terminal->host, rect.y, cols, &terminal->metrics, terminal->color,terminal->oia_rect); 374 v3270_draw_oia(cr, terminal->host, rect.y, cols, &terminal->metrics, terminal->color,terminal->oia_rect);
374 375
375 cairo_destroy(cr); 376 cairo_destroy(cr);