diff options
| author | Scott Mansell <phiren@gmail.com> | 2014-07-14 21:37:27 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2014-07-14 21:37:27 +1200 |
| commit | d4cfddcf8d868d11e443192aa8aec3ed635d64d7 (patch) | |
| tree | 8262703e8b9f0f0cd154749fcf671cd4ecd536c9 /Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp | |
| parent | 3ac4e9f171b116d4b09990058c18741598bb2ef8 (diff) | |
Revert "DolphinWX: Use non-deprecated flags for the monospace debugger font"
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp index 9a7e18fd23..fb1b7cb56a 100644 --- a/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp +++ b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp @@ -9,5 +9,5 @@ #include "DolphinWX/Debugger/DebuggerUIUtil.h" // The default font -wxFont DebuggerFont = wxFont(9, wxFONTFAMILY_TELETYPE, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); +wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace"); |
