VCS: Fix bad wrapping on Linux

Workaround QTBUG-111466.

Fixes: QTCREATORBUG-25491
Change-Id: I6576f918f141b03c5dbb2926ea1123299493c195
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2023-02-23 23:44:57 +02:00
committed by Orgad Shaneh
parent 824ae57fd9
commit d7c5f1c6b8

View File

@@ -309,6 +309,7 @@ void SubmitEditorWidget::wrapDescription()
e.setVisible(false);
e.setMinimumWidth(1000);
e.setFontPointSize(1.0);
e.setFontFamily({}); // QTBUG-111466
e.setLineWrapColumnOrWidth(d->description->lineWrapColumnOrWidth());
e.setLineWrapMode(d->description->lineWrapMode());
e.setWordWrapMode(d->description->wordWrapMode());