Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Farid Abdelnour
kdenlive
Commits
997e9f8a
Commit
997e9f8a
authored
Jan 15, 2009
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto switch to the new rendering progress dialog when pressing "start render"
svn path=/branches/KDE4/; revision=2921
parent
d31d2e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/renderwidget.cpp
src/renderwidget.cpp
+1
-0
No files found.
src/renderwidget.cpp
View file @
997e9f8a
...
...
@@ -434,6 +434,7 @@ void RenderWidget::slotExport() {
}
emit
doRender
(
m_view
.
out_file
->
url
().
path
(),
item
->
data
(
RenderRole
).
toString
(),
overlayargs
,
renderArgs
.
simplified
().
split
(
' '
),
m_view
.
render_zone
->
isChecked
(),
m_view
.
play_after
->
isChecked
(),
startPos
,
endPos
,
resizeProfile
);
m_view
.
tabWidget
->
setCurrentIndex
(
1
);
}
void
RenderWidget
::
setProfile
(
MltVideoProfile
profile
)
{
...
...
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