mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
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
This commit is contained in:
@ -204,9 +204,9 @@ void CMemoryView::OnErase(wxEraseEvent& event)
|
||||
void CMemoryView::OnPaint(wxPaintEvent& event)
|
||||
{
|
||||
wxPaintDC dc(this);
|
||||
int fontSize = 9;
|
||||
wxRect rc = GetClientRect();
|
||||
dc.SetFont(DefaultFont);
|
||||
dc.SetFont(DebuggerFont);
|
||||
int fontSize = DebuggerFont.GetPointSize();
|
||||
struct branch
|
||||
{
|
||||
int src, dst, srcAddr;
|
||||
|
Reference in New Issue
Block a user