diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 67cbc51bd..32bce8833 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -256,7 +256,7 @@ bool ToolTipToRichTextFilter::eventFilter(QObject *obj, QEvent *evt) { QWidget *widget = static_cast(obj); QString tooltip = widget->toolTip(); - if(!Qt::mightBeRichText(tooltip) && tooltip.size() > size_threshold) + if(tooltip.size() > size_threshold && !tooltip.startsWith("") && !Qt::mightBeRichText(tooltip)) { // Prefix to make sure Qt detects this as rich text // Escape the current message as HTML and replace \n by