tstop ugly flash because qt gui is trying to show itself. - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit dcff721aa9e52298ce58a494a239db237804f2fa
 (DIR) parent 76474c7eed6bf2ed2cedbdacd0161de333d122c7
 (HTM) Author: Amir Taaki <genjix@riseup.net>
       Date:   Thu,  5 Jul 2012 18:23:26 +0200
       
       stop ugly flash because qt gui is trying to show itself.
       
       Diffstat:
         M lib/gui_qt.py                       |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -481,7 +481,6 @@ class ElectrumWindow(QMainWindow):
                QShortcut(QKeySequence("Up"), w, w.focusPreviousChild)
                QShortcut(QKeySequence("Down"), w, w.focusNextChild)
                w.setLayout(grid) 
       -        w.show()
        
                w2 = QWidget()
                vbox = QVBoxLayout()