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
72c6a171
Commit
72c6a171
authored
Oct 07, 2018
by
Jean-Baptiste Mardelle
Browse files
Home/End now also seek in clip monitor
parent
17074d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
72c6a171
...
...
@@ -2850,6 +2850,8 @@ void MainWindow::slotClipStart()
if
(
pCore
->
projectManager
()
->
currentTimeline
())
{
pCore
->
projectManager
()
->
currentTimeline
()
->
projectView
()
->
clipStart
();
}
}
else
{
m_clipMonitor
->
slotStart
();
}
}
...
...
@@ -2859,6 +2861,8 @@ void MainWindow::slotClipEnd()
if
(
pCore
->
projectManager
()
->
currentTimeline
())
{
pCore
->
projectManager
()
->
currentTimeline
()
->
projectView
()
->
clipEnd
();
}
}
else
{
m_clipMonitor
->
slotEnd
();
}
}
...
...
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