Browse Source
Merge pull request #3699 from SomberNight/qt_shareopenglcontexts
QT: AA_ShareOpenGLContexts
3.1
ThomasV
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
gui/qt/__init__.py
|
|
@ -92,6 +92,7 @@ class ElectrumGui: |
|
|
|
#network.add_jobs([DebugMem([Abstract_Wallet, SPV, Synchronizer, |
|
|
|
# ElectrumWindow], interval=5)]) |
|
|
|
QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_X11InitThreads) |
|
|
|
QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_ShareOpenGLContexts) |
|
|
|
self.config = config |
|
|
|
self.daemon = daemon |
|
|
|
self.plugins = plugins |
|
|
|