mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 958674 - Invalidate the popup content view when showing the popup. r=smichaud
This commit is contained in:
parent
62e203515c
commit
4b70b0a398
@ -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…
Reference in New Issue
Block a user