From 9e0603b62fa4d701f4b736df27a01d718f4d21e3 Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Fri, 4 Oct 2013 20:55:27 +1000 Subject: font-fix --- programs/wineconsole/wineconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineconsole/wineconsole.c b/programs/wineconsole/wineconsole.c index 7698521..e93d755 100644 --- a/programs/wineconsole/wineconsole.c +++ b/programs/wineconsole/wineconsole.c @@ -399,7 +399,7 @@ void WINECON_SetConfig(struct inner_data* data, const struct config_data* cf } data->curcfg.menu_mask = cfg->menu_mask; data->curcfg.quick_edit = cfg->quick_edit; - if (1 /* FIXME: font info has changed */) + if (data->curcfg.cell_width != cfg->cell_width || data->curcfg.cell_height != cfg->cell_height) { data->fnSetFont(data, cfg->face_name, cfg->cell_height, cfg->font_weight); } -- 1.7.10.4