Resetting the width/height and aspect all at once in my last commit was buggy.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31542 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -597,8 +597,7 @@ MainWin::MessageReceived(BMessage *msg)
|
||||
int heightAspect;
|
||||
fController->GetSize(&width, &height,
|
||||
&widthAspect, &heightAspect);
|
||||
VideoFormatChange(width, fSourceHeight,
|
||||
widthAspect, heightAspect);
|
||||
VideoFormatChange(width, height, widthAspect, heightAspect);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user