fix #4777 again...
This commit is contained in:
@@ -2241,6 +2241,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||||||
mpk_text.addCopyButton(self.app)
|
mpk_text.addCopyButton(self.app)
|
||||||
def show_mpk(index):
|
def show_mpk(index):
|
||||||
mpk_text.setText(mpk_list[index])
|
mpk_text.setText(mpk_list[index])
|
||||||
|
mpk_text.repaint() # macOS hack for #4777
|
||||||
# only show the combobox in case multiple accounts are available
|
# only show the combobox in case multiple accounts are available
|
||||||
if len(mpk_list) > 1:
|
if len(mpk_list) > 1:
|
||||||
def label(key):
|
def label(key):
|
||||||
|
|||||||
Reference in New Issue
Block a user