Commit 2088c36c authored by Alexandre Julliard's avatar Alexandre Julliard

clock: Don't offer vertical fonts in the font dialog.

parent 90ca8eb2
......@@ -144,7 +144,7 @@ static VOID CLOCK_ChooseFont(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 (ChooseFontW(&cf)) {
Globals.logfont = lf;
CLOCK_ResetFont();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment