Skip to content
GitLab
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
880344c3
Commit
880344c3
authored
Oct 21, 2016
by
Jean-Baptiste Mardelle
Browse files
Revert recent commit causing startup crashes
CCBUG: 371252
parent
9fcbba8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
880344c3
...
...
@@ -109,7 +109,7 @@ GLWidget::GLWidget(int id, QObject *parent)
mlt_properties_set_data
(
mlt_global_properties
(),
"glslManager"
,
NULL
,
0
,
NULL
,
NULL
);
emit
gpuNotSupported
();
}
connect
(
this
,
SIGNAL
(
sceneGraphInitialized
()),
SLOT
(
initializeGL
()));
connect
(
this
,
SIGNAL
(
sceneGraphInitialized
()),
SLOT
(
initializeGL
())
,
Qt
::
DirectConnection
);
connect
(
this
,
SIGNAL
(
beforeRendering
()),
SLOT
(
paintGL
()),
Qt
::
DirectConnection
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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