Skip to content

Commit

Permalink
Fixed wrong OpenGL version
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 16, 2022
1 parent c75cf02 commit 5a3b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpype_viewer/qtviewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _configure_ui_scaling():

# set default format
default_format = QSurfaceFormat()
default_format.setVersion(3, 2)
default_format.setVersion(3, 3)
default_format.setProfile(QSurfaceFormat.CoreProfile)
default_format.setSamples(4)
QSurfaceFormat.setDefaultFormat(default_format)
Expand Down

0 comments on commit 5a3b403

Please sign in to comment.