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
fcbfdb00
Commit
fcbfdb00
authored
May 03, 2019
by
Jean-Baptiste Mardelle
Browse files
Mark document modified when track compositing is changed
parent
073c7f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
fcbfdb00
...
...
@@ -3678,6 +3678,7 @@ void MainWindow::slotUpdateCompositing(QAction *compose)
if
(
m_renderWidget
)
{
m_renderWidget
->
errorMessage
(
RenderWidget
::
CompositeError
,
mode
==
1
?
i18n
(
"Rendering using low quality track compositing"
)
:
QString
());
}
pCore
->
currentDoc
()
->
setModified
();
}
void
MainWindow
::
slotUpdateCompositeAction
(
int
mode
)
...
...
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