Bug 555198 - Find bar and all tabs panel are black r=jimm

This commit is contained in:
Rob Arnold 2010-03-29 15:24:40 -04:00
parent 0feeddc29f
commit 0300235d7c

View File

@ -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);