mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
ManualActivityWizard - Don't allow rich text on Notes
Like we do in other TextBox cases, this also preserves entered tabs in the text allowing a simple form of tabular format.
This commit is contained in:
@@ -279,6 +279,8 @@ ManualActivityPageBasics::ManualActivityPageBasics
|
||||
|
||||
QLabel *notesLabel = new QLabel(tr("Notes"));
|
||||
QTextEdit *notesEdit = new QTextEdit();
|
||||
// rich text hangs 'fontd' for some users
|
||||
notesEdit->setAcceptRichText(false);
|
||||
|
||||
QLabel *woTypeLabel = new QLabel(tr("Type") + MANDATORY);
|
||||
QComboBox *woTypeEdit = new QComboBox();
|
||||
|
||||
Reference in New Issue
Block a user