mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Qt/CheatCodeEditor: Don't accept rich text
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user