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
413b6fa3
Commit
413b6fa3
authored
Mar 04, 2021
by
Julius Künzel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh monitor after title edit from timeline
parent
851a68cb
Pipeline
#53005
passed with stage
in 10 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/bin/bin.cpp
src/bin/bin.cpp
+2
-0
No files found.
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
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