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
413b6fa3
Commit
413b6fa3
authored
Mar 04, 2021
by
Julius Künzel
⚠
Browse files
Refresh monitor after title edit from timeline
parent
851a68cb
Pipeline
#53005
passed with stage
in 10 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
413b6fa3
...
...
@@ -3772,6 +3772,8 @@ void Bin::showTitleWidget(const std::shared_ptr<ProjectClip> &clip)
}
}
slotEditClipCommand
(
clip
->
AbstractProjectItem
::
clipId
(),
clip
->
currentProperties
(
newprops
),
newprops
);
// when edit is triggered from the timeline, project monitor refresh is neccesary after an edit is made
pCore
->
requestMonitorRefresh
();
}
else
{
pCore
->
temporaryUnplug
(
clips
,
false
);
}
...
...
Eugen Mohr
@emohr
·
Mar 04, 2021
Developer
The clip monitor needs a refrash too.
The clip monitor needs a refrash too.
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