mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
15.06
This commit is contained in:
committed by
Kornel Lesiński
parent
54490d51d5
commit
cba375916f
@@ -114,7 +114,7 @@ bool CBenchmarkDialog::OnInit()
|
||||
// f.lfFaceName[0] = 0;
|
||||
_font.Create(&f);
|
||||
if (_font._font)
|
||||
_consoleEdit.SendMessage(WM_SETFONT, (WPARAM)_font._font, TRUE);
|
||||
_consoleEdit.SendMsg(WM_SETFONT, (WPARAM)_font._font, TRUE);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user