Hexeditor: reverted font to Courier
This commit is contained in:
parent
09934b51a6
commit
24098b5159
|
@ -1,3 +1,5 @@
|
|||
10-Nov-2012 - AnS - win32 hotkeys mapping: added the condition that both commands must have the same EMUCMDFLAG_TASEDITOR, or else they are not considered conflicting
|
||||
10-Nov-2012 - AnS - win32 hotkeys: disallow unwanted hits of e.g. F1 after pressing Shift+F1 and quickly releasing Shift
|
||||
05-Nov-2012 - zeromus - support mapper 028
|
||||
05-Nov-2012 - AnS - Taseditor: fixed lag adjustments when dealing with previously unknown lag state
|
||||
30-Oct-2012 - zeromus - default stack pointer to $FD instead of $FF
|
||||
|
|
|
@ -2018,9 +2018,9 @@ DebugSystem::DebugSystem()
|
|||
hHexeditorFont = CreateFont(14, 8, /*Height,Width*/
|
||||
0,0, /*escapement,orientation*/
|
||||
FW_REGULAR,FALSE,FALSE,FALSE, /*weight, italic, underline, strikeout*/
|
||||
OEM_CHARSET,OUT_DEVICE_PRECIS,CLIP_MASK, /*charset, precision, clipping*/
|
||||
ANSI_CHARSET,OUT_DEVICE_PRECIS,CLIP_MASK, /*charset, precision, clipping*/
|
||||
DEFAULT_QUALITY, DEFAULT_PITCH, /*quality, and pitch*/
|
||||
"Terminal"); /*font name*/
|
||||
"Courier"); /*font name*/
|
||||
|
||||
HDC hdc = GetDC(GetDesktopWindow());
|
||||
HGDIOBJ old = SelectObject(hdc,hFixedFont);
|
||||
|
|
Loading…
Reference in New Issue