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
0dee8d47
Commit
0dee8d47
authored
Mar 21, 2022
by
Jean-Baptiste Mardelle
Browse files
Keep focus on clip monitor after editing marker
BUG: 433595
parent
6f288c8e
Pipeline
#152975
passed with stage
in 6 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
0dee8d47
...
...
@@ -2656,6 +2656,8 @@ void MainWindow::slotEditClipMarker()
}
clip
->
getMarkerModel
()
->
editMarkerGui
(
pos
,
this
,
false
,
clip
.
get
());
// Focus back clip monitor
m_clipMonitor
->
setFocus
();
}
void
MainWindow
::
slotAddMarkerGuideQuickly
()
...
...
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