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
37b5c938
Commit
37b5c938
authored
Oct 22, 2022
by
Julius Künzel
💬
Browse files
[MarkerDialog] Remember last selected category
parent
db369de9
Pipeline
#253588
failed with stage
in 12 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/model/markerlistmodel.cpp
View file @
37b5c938
...
...
@@ -669,7 +669,7 @@ bool MarkerListModel::editMarkerGui(const GenTime &pos, QWidget *parent, bool cr
}
if
(
!
exists
&&
createIfNotFound
)
{
marker
=
CommentedTime
(
pos
,
clip
==
nullptr
?
i18n
(
"guide"
)
:
QString
());
marker
=
CommentedTime
(
pos
,
clip
==
nullptr
?
i18n
(
"guide"
)
:
QString
()
,
KdenliveSettings
::
default_marker_type
()
);
}
QScopedPointer
<
MarkerDialog
>
dialog
(
new
MarkerDialog
(
clip
,
marker
,
m_guide
?
i18n
(
"Edit Guide"
)
:
i18n
(
"Edit Marker"
),
parent
));
...
...
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