mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 714132 - Retain mBackgroundColor in ToolbarWindow. r=smichaud
This commit is contained in:
parent
3597eb815a
commit
c8299cdd0b
@ -2315,7 +2315,7 @@ static const NSString* kStateShowsToolbarButton = @"showsToolbarButton";
|
||||
mColor = [[TitlebarAndBackgroundColor alloc] initWithWindow:self];
|
||||
// Bypass our guard method below.
|
||||
[super setBackgroundColor:mColor];
|
||||
mBackgroundColor = [NSColor whiteColor];
|
||||
mBackgroundColor = [[NSColor whiteColor] retain];
|
||||
|
||||
mUnifiedToolbarHeight = 0.0f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user