We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6a002 commit db8dc7dCopy full SHA for db8dc7d
demosys/context/__init__.py
@@ -31,7 +31,7 @@ def create_window():
31
if window(raise_on_error=False):
32
raise RuntimeError("Attempting to create window twice")
33
34
- window_cls_name = settings.WINDOW.get('class', 'demosys.context.glfw.Window')
+ window_cls_name = settings.WINDOW.get('class', 'demosys.context.pyqt.Window')
35
window_cls = import_string(window_cls_name)
36
new_window = window_cls()
37
new_window.print_context_info()
0 commit comments