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
f65254d7
Commit
f65254d7
authored
Jul 24, 2021
by
Jean-Baptiste Mardelle
Browse files
Properly set default label for guides
parent
17b0bc04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/model/markerlistmodel.cpp
View file @
f65254d7
...
...
@@ -650,7 +650,7 @@ bool MarkerListModel::editMarkerGui(const GenTime &pos, QWidget *parent, bool cr
}
if
(
!
exists
&&
createIfNotFound
)
{
marker
=
CommentedTime
(
pos
,
QString
());
marker
=
CommentedTime
(
pos
,
clip
==
nullptr
?
i18n
(
"guide"
)
:
QString
());
}
QScopedPointer
<
MarkerDialog
>
dialog
(
...
...
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