Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
b46f6499
Commit
b46f6499
authored
Sep 25, 2015
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video: fix for resize disable after fullscreen
Issue: #80865 Change-Id: Ic86e39c4004e1d9f97526b3298e25ab073452697
parent
d94e0660
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
videoview.cpp
videoview.cpp
+2
-1
No files found.
videoview.cpp
View file @
b46f6499
...
...
@@ -146,8 +146,9 @@ VideoView::toggleFullScreen()
{
if
(
isFullScreen
())
{
this
->
setParent
(
oldParent_
);
this
->
showNormal
(
);
oldParent_
->
layout
()
->
addWidget
(
this
);
this
->
resize
(
oldSize_
.
width
(),
oldSize_
.
height
());
this
->
show
();
}
else
{
oldSize_
=
this
->
size
();
oldParent_
=
static_cast
<
QWidget
*>
(
this
->
parent
());
...
...
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