зеркало из https://github.com/mozilla/gecko-dev.git
Bug 958674 - Invalidate the popup content view when showing the popup. r=smichaud
This commit is contained in:
Родитель
b6923671aa
Коммит
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];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче