From 3851e78454f559ec4368a4b04dd61c2b9a1f9dc1 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 15 Dec 2017 04:21:33 +0100 Subject: [PATCH] fix #3526 --- gui/qt/main_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 726febccb..ff7224d4f 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -2437,6 +2437,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.fiat_receive_e.setVisible(b) self.history_list.refresh_headers() self.history_list.update() + self.address_list.refresh_headers() self.address_list.update() self.update_status()