Merge pull request #5389 from riadvice/v2.0.x-screenshare-size

Delete centering videoHolder in all cases from ScreenshareViewWindow
This commit is contained in:
Chad Pilkey 2018-04-24 16:08:36 -04:00 committed by GitHub
commit 7570839211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,9 +251,6 @@
if (!btnActualSize.selected) {
fitVideoToWindow();
}
videoHolder.verticalCenter = 0;
videoHolder.horizontalCenter = 0;
}
private function fitVideoToWindow():void {