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
015f9f9b
Commit
015f9f9b
authored
Jun 07, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix typo that may prevent display of transcode menu
parent
b3c82da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
015f9f9b
...
...
@@ -1519,7 +1519,7 @@ void Bin::contextMenuEvent(QContextMenuEvent *event)
m_inTimelineAction
->
setVisible
(
itemType
!=
AbstractProjectItem
::
FolderItem
);
if
(
m_transcodeAction
)
{
m_transcodeAction
->
setEnabled
(
enableClipActions
);
m_transcodeAction
->
menuAction
()
->
setVisible
(
itemType
!=
AbstractProjectItem
::
FolderItem
&&
(
type
==
ClipType
::
Playlist
||
ClipType
::
Text
||
clipService
.
contains
(
QStringLiteral
(
"avformat"
))));
m_transcodeAction
->
menuAction
()
->
setVisible
(
itemType
!=
AbstractProjectItem
::
FolderItem
&&
(
type
==
ClipType
::
Playlist
||
type
==
ClipType
::
Text
||
clipService
.
contains
(
QStringLiteral
(
"avformat"
))));
}
m_clipsActionsMenu
->
menuAction
()
->
setVisible
(
itemType
!=
AbstractProjectItem
::
FolderItem
&&
...
...
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