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
eed22ac4
Commit
eed22ac4
authored
May 08, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2004'
parents
5de35d2e
d925b8e3
Pipeline
#19802
passed with stage
in 10 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/timeline2/model/timelineitemmodel.cpp
src/timeline2/model/timelineitemmodel.cpp
+1
-0
No files found.
src/timeline2/model/timelineitemmodel.cpp
View file @
eed22ac4
...
...
@@ -492,6 +492,7 @@ void TimelineItemModel::setTrackProperty(int trackId, const QString &name, const
}
else
if
(
name
==
QLatin1String
(
"hide"
))
{
roles
.
push_back
(
IsDisabledRole
);
if
(
!
track
->
isAudioTrack
())
{
pCore
->
invalidateItem
(
ObjectId
(
ObjectType
::
TimelineTrack
,
trackId
));
pCore
->
requestMonitorRefresh
();
updateMultiTrack
=
true
;
}
...
...
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