stop ugly flash because qt gui is trying to show itself.

This commit is contained in:
Amir Taaki 2012-07-05 18:23:26 +02:00
parent 76474c7eed
commit dcff721aa9
1 changed files with 0 additions and 1 deletions

View File

@ -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()