Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
e736db28
Commit
e736db28
authored
May 06, 2020
by
Jean-Baptiste Mardelle
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always sync all keyframeable effects position with timeline position
parent
b46d9fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/assets/view/widgets/keyframewidget.cpp
src/assets/view/widgets/keyframewidget.cpp
+1
-5
No files found.
src/assets/view/widgets/keyframewidget.cpp
View file @
e736db28
...
...
@@ -97,6 +97,7 @@ KeyframeWidget::KeyframeWidget(std::shared_ptr<AssetParameterModel> model, QMode
m_toolbar
=
new
QToolBar
(
this
);
Monitor
*
monitor
=
pCore
->
getMonitor
(
m_model
->
monitorId
);
connect
(
monitor
,
&
Monitor
::
seekPosition
,
this
,
&
KeyframeWidget
::
monitorSeek
,
Qt
::
UniqueConnection
);
m_time
=
new
TimecodeDisplay
(
pCore
->
timecode
(),
this
);
m_time
->
setRange
(
0
,
duration
-
1
);
...
...
@@ -411,11 +412,6 @@ void KeyframeWidget::slotInitMonitor(bool active)
connect
(
monitor
,
&
Monitor
::
updateScene
,
m_keyframeview
,
&
KeyframeView
::
slotModelChanged
,
Qt
::
UniqueConnection
);
}
connectMonitor
(
active
);
if
(
active
)
{
connect
(
monitor
,
&
Monitor
::
seekPosition
,
this
,
&
KeyframeWidget
::
monitorSeek
,
Qt
::
UniqueConnection
);
}
else
{
disconnect
(
monitor
,
&
Monitor
::
seekPosition
,
this
,
&
KeyframeWidget
::
monitorSeek
);
}
}
void
KeyframeWidget
::
connectMonitor
(
bool
active
)
...
...
Farid Abdelnour
🎥
@afarid
mentioned in issue
#665 (closed)
·
May 06, 2020
mentioned in issue
#665 (closed)
mentioned in issue #665
Toggle commit list
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