mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #7077 from spycrab/qt_cheat_rich
Qt/CheatCodeEditor: Don't accept rich text
This commit is contained in:
commit
7e45ff7a0d
@ -106,6 +106,9 @@ void CheatCodeEditor::CreateWidgets()
|
||||
|
||||
m_code_edit->setFont(monospace);
|
||||
|
||||
m_code_edit->setAcceptRichText(false);
|
||||
m_notes_edit->setAcceptRichText(false);
|
||||
|
||||
setLayout(grid_layout);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user