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
22a8b828
Commit
22a8b828
authored
Mar 17, 2021
by
Julius Künzel
Browse files
Do not show timecode in shortcut list
BUG: 433679
parent
431181a8
Pipeline
#54693
passed with stage
in 10 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
22a8b828
...
...
@@ -1164,6 +1164,7 @@ void MainWindow::setupActions()
m_timeFormatButton
->
setToolBarMode
(
KSelectAction
::
MenuMode
);
m_timeFormatButton
->
setToolButtonPopupMode
(
QToolButton
::
InstantPopup
);
addAction
(
QStringLiteral
(
"timeline_timecode"
),
m_timeFormatButton
);
actionCollection
()
->
setShortcutsConfigurable
(
m_timeFormatButton
,
false
);
m_buttonSubtitleEditTool
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"add-subtitle"
)),
i18n
(
"Edit Subtitle tool"
),
this
);
m_buttonSubtitleEditTool
->
setCheckable
(
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