Allow to enable HTML color (as tooltip must be "black")

This commit is contained in:
Klaus Basan
2018-11-17 22:58:06 +01:00
parent 3096822f70
commit c8ba6946bd
5 changed files with 14 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ namespace BlackGui
{
// the underlying model object as summary
const CStatusMessage msg(this->at(index));
return msg.toHtml(false);
return msg.toHtml(false, false);
}
return CListModelTimestampObjects::data(index, role);
}