mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1084589 - Fix a Yosemite topcrasher. r=gijskruitbosch
This commit is contained in:
parent
1a86feed43
commit
cf3e24e788
@ -874,7 +874,7 @@ GetAquaAppearance()
|
||||
static void
|
||||
RenderWithCoreUI(CGRect aRect, CGContextRef cgContext, NSDictionary* aOptions)
|
||||
{
|
||||
static id appearance = GetAquaAppearance();
|
||||
id appearance = GetAquaAppearance();
|
||||
|
||||
if (aRect.size.width * aRect.size.height > BITMAP_MAX_AREA) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user