mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DolphinWX: Use non-deprecated flags for the monospace debugger font
This commit is contained in:
parent
84bf097fb7
commit
6885bac05f
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@
|
||||||
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
|
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
|
||||||
|
|
||||||
// The default font
|
// The default font
|
||||||
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");
|
wxFont DebuggerFont = wxFont(9, wxFONTFAMILY_TELETYPE, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue