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
5f712c91
Commit
5f712c91
authored
Mar 28, 2021
by
Jean-Baptiste Mardelle
Browse files
Don't call reconfigure from render thread.
CCBUG: 428632
parent
a05d6e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
5f712c91
...
...
@@ -216,7 +216,6 @@ void GLWidget::initializeGL()
connect
(
m_frameRenderer
,
&
FrameRenderer
::
frameDisplayed
,
this
,
&
GLWidget
::
frameDisplayed
,
Qt
::
QueuedConnection
);
m_initSem
.
release
();
m_isInitialized
=
true
;
reconfigure
();
}
void
GLWidget
::
resizeGL
(
int
width
,
int
height
)
...
...
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