summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeView.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-02-06 18:18:20 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-02-06 18:18:20 +0000
commit60b25def1819e34e8bd0a285da5c09271b64fade (patch)
treecef5dac5f6319b28deff06fe4d35a188235087b4 /Source/Core/DebuggerWX/Src/CodeView.cpp
parent81631d8452477d4e3cbf5ac7ae180bc5da768fae (diff)
Allow changing of the debugger font and some cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2127 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeView.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeView.cpp b/Source/Core/DebuggerWX/Src/CodeView.cpp
index 032ba2bba3..3625ffde53 100644
--- a/Source/Core/DebuggerWX/Src/CodeView.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeView.cpp
@@ -15,7 +15,7 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
-#include "Debugger.h"
+//#include "Debugger.h"
#include "Debugger/PPCDebugInterface.h"
#include "PowerPC/SymbolDB.h"
#include "HW/Memmap.h" // for Write_U32
@@ -366,7 +366,7 @@ void CCodeView::OnPaint(wxPaintEvent& event)
// -------------------------
wxPaintDC dc(this);
wxRect rc = GetClientRect();
- dc.SetFont(DefaultFont);
+ dc.SetFont(DebuggerFont);
struct branch
{
int src, dst, srcAddr;