mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Allow to enable HTML color (as tooltip must be "black")
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user