mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Another OSX 32-bit build fix in MovieComponent
This commit is contained in:
parent
511fe482e8
commit
cd5604c071
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ void MovieComponent::resized()
|
|||
JUCE_AUTORELEASEPOOL
|
||||
{
|
||||
auto frame = CGRectMake (0, 0, (CGFloat) getWidth(), (CGFloat) getHeight());
|
||||
[pimpl->view setFrame: frame];
|
||||
[pimpl->view setFrame: NSRectFromCGRect (frame)];
|
||||
[pimpl->playerLayer setFrame: frame];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue