Skip to content
Snippets Groups Projects
Commit efd06c21 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Re-added the blue link color for (file) URLs.

parent 436a0ffe
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStd ...@@ -53,6 +53,7 @@ void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStd
QTextCharFormat normalFormat = plainTextEdit()->currentCharFormat(); QTextCharFormat normalFormat = plainTextEdit()->currentCharFormat();
QTextCharFormat linkFormat = normalFormat; QTextCharFormat linkFormat = normalFormat;
linkFormat.setForeground(plainTextEdit()->palette().link().color());
linkFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline); linkFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
linkFormat.setAnchor(true); linkFormat.setAnchor(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment