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
5174b1e3
Commit
5174b1e3
authored
Apr 28, 2021
by
Jean-Baptiste Mardelle
Browse files
Ensure render widget is displayed again after being minimized
parent
3b89b7e4
Pipeline
#60061
passed with stage
in 13 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
5174b1e3
...
...
@@ -2145,9 +2145,8 @@ void MainWindow::slotRenderProject()
slotCheckRenderStatus
();
if
(
m_renderWidget
)
{
m_renderWidget
->
show
();
m_renderWidget
->
show
Normal
();
}
// m_renderWidget->showNormal();
// What are the following lines supposed to do?
// m_renderWidget->enableAudio(false);
...
...
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