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
8be5b547
Commit
8be5b547
authored
Apr 09, 2020
by
Jean-Baptiste Mardelle
Browse files
Don't pause on fullscreen toggle.
Fixes
#621
parent
9a9f05f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
8be5b547
...
...
@@ -814,7 +814,6 @@ void Monitor::setZoom()
void
Monitor
::
slotSwitchFullScreen
(
bool
minimizeOnly
)
{
// TODO: disable screensaver?
pause
();
if
(
!
m_glWidget
->
isFullScreen
()
&&
!
minimizeOnly
)
{
// Move monitor widget to the second screen (one screen for Kdenlive, the other one for the Monitor widget)
if
(
qApp
->
screens
().
count
()
>
1
)
{
...
...
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