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
340c9ceb
Commit
340c9ceb
authored
Mar 12, 2020
by
Jean-Baptiste Mardelle
Browse files
Hide "show clip properties" from bin folder context menu
parent
798221a1
Pipeline
#16367
passed with stage
in 13 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
340c9ceb
...
...
@@ -2070,6 +2070,8 @@ void Bin::contextMenuEvent(QContextMenuEvent *event)
}
else
if
(
itemType
==
AbstractProjectItem
::
SubClipItem
)
{
auto
subClip
=
std
::
static_pointer_cast
<
ProjectSubClip
>
(
currentItem
);
clip
=
subClip
->
getMasterClip
();
}
else
if
(
itemType
==
AbstractProjectItem
::
FolderItem
)
{
isFolder
=
true
;
}
if
(
clip
)
{
m_proxyAction
->
blockSignals
(
true
);
...
...
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