Skip to content

Commit

Permalink
Merge pull request #1 from scinklja/scinklja-redFiat
Browse files Browse the repository at this point in the history
history list - fiat withdrawal in red
  • Loading branch information
scinklja committed Apr 22, 2021
2 parents c25a0e4 + 57eb2aa commit 72bb46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electroncash_gui/qt/history_list.py
Expand Up @@ -161,6 +161,7 @@ def on_update(self):
if value and value < 0:
item.setForeground(3, self.withdrawalBrush)
item.setForeground(4, self.withdrawalBrush)
item.setForeground(6, self.withdrawalBrush)
item.setData(0, Qt.UserRole, tx_hash)
self.addTopLevelItem(item, tx_hash)
if current_tx == tx_hash:
Expand Down

0 comments on commit 72bb46e

Please sign in to comment.