URI: 
       tfix #4777 again... - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0fafd8c0a776336d59db1f1effbdbf143e036fc5
   DIR parent 7bf6786bf5f4b9427e1750398a9894234e482c9a
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu, 27 Jun 2019 05:00:16 +0200
       
       fix #4777 again...
       
       Diffstat:
         M electrum/gui/qt/main_window.py      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
       t@@ -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):