Просмотр исходного кода

Fix bug with libSavitar not loading due to SIP

The same crash as libArcus actually.
Ghostkeeper 6 лет назад
Родитель
Сommit
e509078943
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      cura_app.py

+ 1 - 0
cura_app.py

@@ -131,6 +131,7 @@ faulthandler.enable(all_threads = True)
 # first seems to prevent Sip from going into a state where it
 # first seems to prevent Sip from going into a state where it
 # tries to create PyQt objects on a non-main thread.
 # tries to create PyQt objects on a non-main thread.
 import Arcus #@UnusedImport
 import Arcus #@UnusedImport
+import Savitar #@UnusedImport
 from cura.CuraApplication import CuraApplication
 from cura.CuraApplication import CuraApplication
 
 
 app = CuraApplication()
 app = CuraApplication()