fix in ConfigWizard.cpp
This commit is contained in:
parent
74dba68340
commit
6a46708608
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ void PageMaterials::set_compatible_printers_html_window(const std::vector<std::s
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxFont font = get_default_font_for_dpi(get_dpi_for_window(this));
|
wxFont font = get_default_font_for_dpi(this, get_dpi_for_window(this));
|
||||||
const int fs = font.GetPointSize();
|
const int fs = font.GetPointSize();
|
||||||
int size[] = { fs,fs,fs,fs,fs,fs,fs };
|
int size[] = { fs,fs,fs,fs,fs,fs,fs };
|
||||||
html_window->SetFonts(font.GetFaceName(), font.GetFaceName(), size);
|
html_window->SetFonts(font.GetFaceName(), font.GetFaceName(), size);
|
||||||
|
|
Loading…
Reference in a new issue