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
13c5f443
Commit
13c5f443
authored
May 24, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix cannot put monitor in fullscreen with mirrored screens
parent
a6c365a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
13c5f443
...
...
@@ -953,10 +953,14 @@ void Monitor::slotSwitchFullScreen(bool minimizeOnly)
m_glWidget
->
setParent
(
nullptr
);
m_glWidget
->
move
(
screenRect
.
topLeft
());
m_glWidget
->
resize
(
screenRect
.
size
());
screenFound
=
true
;
break
;
}
}
}
if
(
!
screenFound
)
{
m_glWidget
->
setParent
(
nullptr
);
}
}
else
{
m_glWidget
->
setParent
(
nullptr
);
}
...
...
Write
Preview
Supports
Markdown
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