tMerge branch 'master' of github.com:spesmilo/electrum - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3a38c251acc160b898752ce54765fb609dfcf24a DIR parent d5effe48d07b667313deede1dede3d6ef6bebf5f HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 2 Mar 2018 19:16:20 +0100 Merge branch 'master' of github.com:spesmilo/electrum Diffstat: M gui/qt/address_list.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/address_list.py b/gui/qt/address_list.py t@@ -124,7 +124,6 @@ class AddressList(MyTreeWidget): address_item.setBackground(0, ColorScheme.GREEN.as_color(True)) address_item.setFont(1, QFont(MONOSPACE_FONT)) address_item.setData(1, Qt.UserRole, address) - address_item.setData(1, Qt.UserRole+1, True) # label can be edited if self.wallet.is_frozen(address): address_item.setBackground(1, ColorScheme.BLUE.as_color(True)) if self.wallet.is_beyond_limit(address):