diff options
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeView.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeView.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeView.cpp b/Source/Core/DebuggerWX/Src/CodeView.cpp index d59b6b69a3..b6254fc9a7 100644 --- a/Source/Core/DebuggerWX/Src/CodeView.cpp +++ b/Source/Core/DebuggerWX/Src/CodeView.cpp @@ -355,8 +355,7 @@ void CCodeView::OnPaint(wxPaintEvent& event) // ------------------------- wxPaintDC dc(this); wxRect rc = GetClientRect(); - wxFont font(7, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_LIGHT); - dc.SetFont(font); + dc.SetFont(DefaultFont); struct branch { int src, dst, srcAddr; |
