mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 555198 - Find bar and all tabs panel are black r=jimm
This commit is contained in:
parent
0feeddc29f
commit
0300235d7c
@ -2043,7 +2043,7 @@ void nsWindow::UpdatePossiblyTransparentRegion(const nsIntRegion &aDirtyRegion,
|
||||
HWND hWnd = GetTopLevelHWND(mWnd, PR_TRUE);
|
||||
nsWindow* topWindow = GetNSWindowPtr(hWnd);
|
||||
|
||||
if (!mIsTopWidgetWindow)
|
||||
if (GetParent())
|
||||
return;
|
||||
|
||||
mPossiblyTransparentRegion.Sub(mPossiblyTransparentRegion, aDirtyRegion);
|
||||
|
Loading…
Reference in New Issue
Block a user