This commit is contained in:
SomberNight 2018-02-14 17:48:51 +01:00
parent 89b43ee0cb
commit 172efb3611
1 changed files with 1 additions and 1 deletions

View File

@ -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)