electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 172efb3611e1a493c324d9e78ae9e461852e32bd
parent 89b43ee0cb7592a381e3c83a585b761accc59c08
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed, 14 Feb 2018 17:48:51 +0100

follow-up 0f16bcdc1ff5cda748f3079d7efd983b426277fb

Diffstat:
Mgui/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 @@ -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)