Skip to content

Commit d9af422

Browse files
committed
foo
1 parent f2ec533 commit d9af422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create_widget_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def __init__(self, output_dir, image_url_prefix):
2323
self.app = QApplication([])
2424
self.app.setAttribute(Qt.AA_EnableHighDpiScaling)
2525
self.app.setAttribute(Qt.AA_UseHighDpiPixmaps)
26+
self.app.setAttribute(Qt.AA_ShareOpenGLContexts)
2627

2728
print("Generating widget repository")
2829
self.registry = self.__get_widget_registry()

0 commit comments

Comments
 (0)