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
21a78368
Commit
21a78368
authored
Feb 21, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix app losing focus on monitor fullscreen, re-add app fullscreen action to view menu
parent
efcf61eb
Pipeline
#15432
passed with stage
in 14 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kdenliveui.rc
View file @
21a78368
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui
name=
"kdenlive"
version=
"17
4
"
translationDomain=
"kdenlive"
>
<kpartgui
name=
"kdenlive"
version=
"17
6
"
translationDomain=
"kdenlive"
>
<MenuBar>
<Menu
name=
"file"
>
<Action
name=
"dvd_wizard"
/>
...
...
@@ -219,6 +219,8 @@
<Action
name=
"insert_timeline"
/>
</Menu>
<Menu
name=
"view"
noMerge=
"1"
><text>
View
</text>
<Action
name=
"fullscreen"
/>
<Separator
/>
<Menu
name=
"layout_save_as"
><text>
Save Layout As
</text>
<Action
name=
"save_layout1"
/>
<Action
name=
"save_layout2"
/>
...
...
src/monitor/monitor.cpp
View file @
21a78368
...
...
@@ -829,7 +829,7 @@ void Monitor::slotSwitchFullScreen(bool minimizeOnly)
m_glWidget
->
setParent
(
nullptr
);
}
m_glWidget
->
showFullScreen
();
qApp
->
activeWindow
()
->
setFocus
();
m_videoWidget
->
setFocus
();
}
else
{
m_glWidget
->
showNormal
();
auto
*
lay
=
(
QVBoxLayout
*
)
layout
();
...
...
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