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
e258f612
Commit
e258f612
authored
Nov 23, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix Qt Angle OpenGL backend
parent
351926ec
Changes
1
Show whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
e258f612
...
...
@@ -168,7 +168,7 @@ void GLWidget::updateAudioForAnalysis()
void
GLWidget
::
initializeGL
()
{
if
(
m_isInitialized
||
!
isVisible
()
||
(
openglContext
()
==
nullptr
)
)
return
;
if
(
m_isInitialized
)
return
;
openglContext
()
->
makeCurrent
(
&
m_offscreenSurface
);
initializeOpenGLFunctions
();
...
...
Eugen Mohr
@emohr
mentioned in issue
#402 (closed)
·
Nov 24, 2019
mentioned in issue
#402 (closed)
mentioned in issue #402
Toggle commit list
Eugen Mohr
@emohr
mentioned in issue
#277 (closed)
·
Dec 15, 2019
mentioned in issue
#277 (closed)
mentioned in issue #277
Toggle commit list
Write
Preview
Supports
Markdown
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