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
334a58da
Commit
334a58da
authored
Jun 13, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix monitor image hidden after style change
Fixes
#244
parent
24b91d02
Pipeline
#4289
passed with stage
in 18 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
334a58da
...
...
@@ -3429,6 +3429,12 @@ void MainWindow::slotChangeStyle(QAction *a)
QString
style
=
a
->
data
().
toString
();
KdenliveSettings
::
setWidgetstyle
(
style
);
doChangeStyle
();
// Monitor refresh is necessary
if
(
pCore
->
monitorManager
()
->
isActive
(
Kdenlive
::
ClipMonitor
))
{
m_clipMonitorDock
->
raise
();
}
else
{
m_projectMonitorDock
->
raise
();
}
}
void
MainWindow
::
doChangeStyle
()
...
...
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