mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
parent
abece16776
commit
bc89074cd5
2 changed files with 5 additions and 5 deletions
|
@ -210,7 +210,7 @@ void NOTEPAD_LoadSettingsFromRegistry(void)
|
|||
}
|
||||
|
||||
hFont = CreateFontIndirect(&Globals.lfFont);
|
||||
SendMessage(Globals.hEdit, WM_SETFONT, (WPARAM)hFont, (LPARAM)TRUE);
|
||||
SendMessage(Globals.hEdit, WM_SETFONT, (WPARAM)hFont, TRUE);
|
||||
if (hFont)
|
||||
{
|
||||
if (Globals.hFont)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue