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
7a6af178
Commit
7a6af178
authored
Mar 03, 2021
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of invent.kde.org:multimedia/kdenlive
parents
e5621010
dac5fb71
Pipeline
#52926
canceled with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/assets/keyframes/view/keyframeview.cpp
src/assets/keyframes/view/keyframeview.cpp
+1
-1
No files found.
src/assets/keyframes/view/keyframeview.cpp
View file @
7a6af178
...
...
@@ -268,7 +268,7 @@ void KeyframeView::slotCenterKeyframe()
local_redo
();
PUSH_LAMBDA
(
local_redo
,
redo
);
PUSH_FRONT_LAMBDA
(
local_undo
,
undo
);
pCore
->
pushUndo
(
undo
,
redo
,
i18n
(
"Move keyframe"
));
pCore
->
pushUndo
(
undo
,
redo
,
i18n
c
(
"@action"
,
"Move keyframe"
));
}
void
KeyframeView
::
mousePressEvent
(
QMouseEvent
*
event
)
...
...
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