Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
c30435f5
Commit
c30435f5
authored
Nov 28, 2020
by
Jean-Baptiste Mardelle
Browse files
Revert openGL change causing startup crash on some systems
parent
1f31b950
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
c30435f5
...
...
@@ -120,7 +120,7 @@ GLWidget::GLWidget(int id, QObject *parent)
setPersistentSceneGraph
(
true
);
setClearBeforeRendering
(
false
);
setResizeMode
(
QQuickView
::
SizeRootObjectToView
);
m_offscreenSurface
.
setFormat
(
Q
OpenGLContext
::
globalShareContext
()
->
format
());
m_offscreenSurface
.
setFormat
(
Q
Window
::
format
());
m_offscreenSurface
.
create
();
m_refreshTimer
.
setSingleShot
(
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment