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;
|
int heightAspect;
|
||||||
fController->GetSize(&width, &height,
|
fController->GetSize(&width, &height,
|
||||||
&widthAspect, &heightAspect);
|
&widthAspect, &heightAspect);
|
||||||
VideoFormatChange(width, fSourceHeight,
|
VideoFormatChange(width, height, widthAspect, heightAspect);
|
||||||
widthAspect, heightAspect);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user