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
07b8f53b
Commit
07b8f53b
authored
Nov 07, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix guides not moving on insert blank
parent
cc274cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
07b8f53b
...
...
@@ -1818,7 +1818,8 @@ bool TimelineController::requestSpacerEndOperation(int clipId, int startPosition
pCore
->
currentDoc
()
->
getGuideModel
()
->
moveMarkersWithoutUndo
(
selectedGuides
,
startPosition
-
endPosition
,
false
);
moveGuidesInRange
(
guideStart
,
-
1
,
endPosition
-
startPosition
,
undo
,
redo
);
}
bool
result
=
TimelineFunctions
::
requestSpacerEndOperation
(
m_model
,
clipId
,
startPosition
,
endPosition
,
affectedTrack
,
false
,
undo
,
redo
);
bool
result
=
TimelineFunctions
::
requestSpacerEndOperation
(
m_model
,
clipId
,
startPosition
,
endPosition
,
affectedTrack
,
!
KdenliveSettings
::
lockedGuides
(),
undo
,
redo
);
return
result
;
}
...
...
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