From 172efb3611e1a493c324d9e78ae9e461852e32bd Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 14 Feb 2018 17:48:51 +0100 Subject: [PATCH] follow-up 0f16bcdc1ff5cda748f3079d7efd983b426277fb --- gui/qt/history_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py index 7e871aa24..04d27f6d1 100644 --- a/gui/qt/history_list.py +++ b/gui/qt/history_list.py @@ -119,7 +119,7 @@ class HistoryList(MyTreeWidget, AcceptFileDragDrop): if value and value < 0: item.setForeground(3, QBrush(QColor("#BC1E1E"))) item.setForeground(4, QBrush(QColor("#BC1E1E"))) - if not fiat_default: + if fiat_value and not fiat_default: item.setForeground(6, QBrush(QColor("#1E1EFF"))) if tx_hash: item.setData(0, Qt.UserRole, tx_hash)