From d4cfddcf8d868d11e443192aa8aec3ed635d64d7 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Mon, 14 Jul 2014 21:37:27 +1200 Subject: [PATCH] Revert "DolphinWX: Use non-deprecated flags for the monospace debugger font" --- Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");