mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
Bug 958674 - Invalidate the popup content view when showing the popup. r=smichaud
This commit is contained in:
parent
b6923671aa
commit
fc6f4b74e8
@ -903,8 +903,10 @@ NS_IMETHODIMP nsCocoaWindow::Show(bool bState)
|
||||
}
|
||||
}
|
||||
|
||||
if (mPopupContentView)
|
||||
mPopupContentView->Show(bState);
|
||||
if (mPopupContentView) {
|
||||
mPopupContentView->Show(bState);
|
||||
[[mWindow contentView] setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
[mWindow setBeingShown:NO];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user