projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[CONSOLE.CPL][CONSRV]
[reactos.git]
/
dll
/
cpl
/
console
/
layout.c
diff --git
a/dll/cpl/console/layout.c
b/dll/cpl/console/layout.c
index
41ebc31
..
fac40bb
100644
(file)
--- a/
dll/cpl/console/layout.c
+++ b/
dll/cpl/console/layout.c
@@
-120,8
+120,8
@@
PaintText(LPDRAWITEMSTRUCT drawItem,
hBrush = CreateSolidBrush(nbkColor);
if (!hBrush) return FALSE;
- Font = CreateFontW(GuiInfo->FontSize.
X
,
- 0, // GuiInfo->FontSize.
Y
,
+ Font = CreateFontW(GuiInfo->FontSize.
Y
,
+ 0, // GuiInfo->FontSize.
X
,
0,
TA_BASELINE,
GuiInfo->FontWeight,