Skip to content
Snippets Groups Projects
Commit c24e0f9d authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

Revert "videoView: force redraw"

This reverts commit 7973c15b.

Change-Id: Iba35af47bdb2157959a18a6d749339afc648d618
parent 7973c15b
Branches
No related tags found
No related merge requests found
......@@ -178,6 +178,7 @@ typedef NS_ENUM(NSInteger, ViewState) {
[chooseAccountVC updateWithDelegate: self andModel:self.accountModel];
settingsVC = [[AccountSettingsVC alloc] initWithNibName:@"AccountSettings" bundle:nil accountmodel:self.accountModel];
[callView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
[[currentCallVC view] setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
[[conversationVC view] setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
[[settingsVC view] setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
......
......@@ -215,7 +215,6 @@ bool frameDisplayed = false;
[commandEncoder endEncoding];
[commandBuffer presentDrawable:drawable];
[commandBuffer commit];
[self draw];
}
-(simd::float4x4) getScalingMatrix:(CGFloat) ratio axis:(char) axis {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment