stop ugly flash because qt gui is trying to show itself.
This commit is contained in:
@@ -481,7 +481,6 @@ class ElectrumWindow(QMainWindow):
|
|||||||
QShortcut(QKeySequence("Up"), w, w.focusPreviousChild)
|
QShortcut(QKeySequence("Up"), w, w.focusPreviousChild)
|
||||||
QShortcut(QKeySequence("Down"), w, w.focusNextChild)
|
QShortcut(QKeySequence("Down"), w, w.focusNextChild)
|
||||||
w.setLayout(grid)
|
w.setLayout(grid)
|
||||||
w.show()
|
|
||||||
|
|
||||||
w2 = QWidget()
|
w2 = QWidget()
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
|
|||||||
Reference in New Issue
Block a user