mirror of
https://github.com/brain-hackers/brainlilo
synced 2024-12-21 19:50:05 +09:00
Increase the row height +2px to fix overlap
This commit is contained in:
parent
0fa6074266
commit
00bcb28e49
@ -85,7 +85,7 @@ static void outputDebugMessage(const wchar_t *format, ...)
|
||||
va_end(args);
|
||||
|
||||
OutputDebugString(buffer);
|
||||
ExtTextOut(GetDC(NULL), 0, row * 12, ETO_CLIPPED, &rcScreen,
|
||||
ExtTextOut(GetDC(NULL), 0, row * 14, ETO_CLIPPED, &rcScreen,
|
||||
buffer, wcslen(buffer), NULL);
|
||||
|
||||
row++;
|
||||
|
Loading…
Reference in New Issue
Block a user