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
7e0067a7
Commit
7e0067a7
authored
Apr 05, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix app focus lost on Windows when exiting monitor fullscreen
Related to
#1390
parent
a4682ad9
Pipeline
#160956
passed with stage
in 7 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
7e0067a7
...
...
@@ -962,6 +962,7 @@ void Monitor::slotSwitchFullScreen(bool minimizeOnly)
m_glWidget
->
showNormal
();
auto
*
lay
=
static_cast
<
QVBoxLayout
*>
(
layout
());
lay
->
insertWidget
(
0
,
m_glWidget
,
10
);
activateWindow
();
setFocus
();
}
}
...
...
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