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
8a847684
Commit
8a847684
authored
Mar 13, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix keyboard focus when both monitors are fullscreen
parent
3b470425
Pipeline
#16411
passed with stage
in 14 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
8a847684
...
...
@@ -2060,6 +2060,7 @@ void Monitor::displayAudioMonitor(bool isActive)
if
(
isActive
&&
m_glWidget
->
isFullScreen
())
{
// If both monitors are fullscreen, this is necessary to do the switch
m_glWidget
->
showFullScreen
();
m_videoWidget
->
setFocus
();
}
}
...
...
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