Skip to content
GitLab
Menu
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
59e53b3c
Commit
59e53b3c
authored
Sep 28, 2021
by
Julius Künzel
⚠
Browse files
Titler: deselect start viewport when "Edit end viewport" gets triggered
parent
c8ecde24
Pipeline
#83211
passed with stage
in 8 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/titler/titlewidget.cpp
View file @
59e53b3c
...
...
@@ -2531,6 +2531,7 @@ void TitleWidget::slotAnimEnd(bool anim)
m_endViewport
->
setBrush
(
col
);
m_endViewport
->
setFlags
(
QGraphicsItem
::
ItemIsMovable
|
QGraphicsItem
::
ItemIsSelectable
);
m_endViewport
->
setSelected
(
true
);
m_startViewport
->
setSelected
(
false
);
selectionChanged
();
slotSelectTool
();
if
(
m_endViewport
->
childItems
().
isEmpty
())
{
...
...
Write
Preview
Supports
Markdown
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