1
0

minor fix: update_receive_address_styling

This commit is contained in:
ThomasV
2022-04-23 09:28:41 +02:00
parent 5f7388a475
commit b9139a2472
2 changed files with 1 additions and 1 deletions

View File

@@ -1287,6 +1287,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
# alphanumeric mode; resulting in smaller QR codes
lnaddr_qr = lnaddr.upper()
self.receive_address_e.setText(addr)
self.update_receive_address_styling()
self.receive_address_qr.setData(addr)
self.receive_URI_e.setText(URI)
self.receive_URI_qr.setData(URI)

View File

@@ -118,7 +118,6 @@ class RequestList(MyTreeView):
def update(self):
# not calling maybe_defer_update() as it interferes with conditional-visibility
self.parent.update_receive_address_styling()
self.proxy.setDynamicSortFilter(False) # temp. disable re-sorting after every change
self.std_model.clear()
self.update_headers(self.__class__.headers)