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
3081a236
Commit
3081a236
authored
Feb 23, 2021
by
Julius Künzel
Browse files
Remove "Create Region" menu item (not re-implemented yet)
#82
parent
3f496c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/effects/effectstack/view/collapsibleeffectview.cpp
View file @
3081a236
...
...
@@ -175,12 +175,13 @@ CollapsibleEffectView::CollapsibleEffectView(const std::shared_ptr<EffectItemMod
}
m_menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-save"
)),
i18n
(
"Save Effect"
),
this
,
SLOT
(
slotSaveEffect
()));
m_menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-save-all"
)),
i18n
(
"Save Effect Stack"
),
this
,
SIGNAL
(
saveStack
()));
if
(
!
m_regionEffect
)
{
/*if (m_info.groupIndex == -1) {
m_menu->addAction(m_groupAction);
}*/
//TODO reimplement region
/*if (!m_regionEffect) {
//if (m_info.groupIndex == -1) {
// m_menu->addAction(m_groupAction);
//}
m_menu->addAction(QIcon::fromTheme(QStringLiteral("folder-new")), i18n("Create Region"), this, SLOT(slotCreateRegion()));
}
}
*/
// setupWidget(info, metaInfo);
menuButton
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kdenlive-menu"
)));
...
...
Julius Künzel
@jlskuz
mentioned in commit
d9c30490
·
Feb 23, 2021
mentioned in commit
d9c30490
mentioned in commit d9c3049074e51d7ee8f7494238a86ca929b99829
Toggle commit list
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