mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-08 09:06:12 -05:00
disallow rich text in deck comments (#4273)
This commit is contained in:
@@ -87,6 +87,7 @@ void TabDeckEditor::createDeckDock()
|
||||
commentsLabel = new QLabel();
|
||||
commentsLabel->setObjectName("commentsLabel");
|
||||
commentsEdit = new QTextEdit;
|
||||
commentsEdit->setAcceptRichText(false);
|
||||
commentsEdit->setMinimumHeight(nameEdit->minimumSizeHint().height());
|
||||
commentsEdit->setObjectName("commentsEdit");
|
||||
commentsLabel->setBuddy(commentsEdit);
|
||||
|
||||
Reference in New Issue
Block a user