mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[NOTEPAD] Apply Wine commit 276306e by Alexandre Julliard: Don't offer vertical fonts in the font dialog. CORE-9371
svn path=/trunk/; revision=67678
This commit is contained in:
parent
6a731923f3
commit
b2e5b85696
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ VOID DIALOG_SelectFont(VOID)
|
|||
cf.lStructSize = sizeof(cf);
|
||||
cf.hwndOwner = Globals.hMainWnd;
|
||||
cf.lpLogFont = &lf;
|
||||
cf.Flags = CF_SCREENFONTS | CF_INITTOLOGFONTSTRUCT;
|
||||
cf.Flags = CF_SCREENFONTS | CF_INITTOLOGFONTSTRUCT | CF_NOVERTFONTS;
|
||||
|
||||
if (ChooseFont(&cf))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue