mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Qt/CheatCodeEditor: Don't accept rich text
This commit is contained in:
parent
8675fa09b8
commit
63460834a5
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ void CheatCodeEditor::CreateWidgets()
|
||||||
|
|
||||||
m_code_edit->setFont(monospace);
|
m_code_edit->setFont(monospace);
|
||||||
|
|
||||||
|
m_code_edit->setAcceptRichText(false);
|
||||||
|
m_notes_edit->setAcceptRichText(false);
|
||||||
|
|
||||||
setLayout(grid_layout);
|
setLayout(grid_layout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue