gui: insert used addresses first

This commit is contained in:
ThomasV 2014-01-09 09:58:57 +01:00
parent e88d25a2bc
commit 2877e0682f
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ class ElectrumWindow(QMainWindow):
item.setBackgroundColor(1, QColor('red'))
if len(h) > 0 and c == -u:
if not used_flag:
seq_item.addChild(used_item)
seq_item.insertChild(0,used_item)
used_flag = True
used_item.addChild(item)
else: