fix #4777 again...

This commit is contained in:
SomberNight 2019-06-27 05:00:16 +02:00
parent 7bf6786bf5
commit 0fafd8c0a7
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -2241,6 +2241,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
mpk_text.addCopyButton(self.app)
def show_mpk(index):
mpk_text.setText(mpk_list[index])
mpk_text.repaint() # macOS hack for #4777
# only show the combobox in case multiple accounts are available
if len(mpk_list) > 1:
def label(key):