зеркало из https://github.com/mozilla/gecko-dev.git
Bug 986347 - Restore accidentaly removed HasBogusPopupsDropShadowOnMultiMonitor() call. r=jimm
This commit is contained in:
Родитель
d43eda4937
Коммит
505ac45667
|
@ -494,7 +494,8 @@ nsWindow::Create(nsIWidget *aParent,
|
|||
parent = nullptr;
|
||||
}
|
||||
|
||||
if (IsVistaOrLater() && !IsWin8OrLater()) {
|
||||
if (IsVistaOrLater() && !IsWin8OrLater() &&
|
||||
HasBogusPopupsDropShadowOnMultiMonitor()) {
|
||||
extendedStyle |= WS_EX_COMPOSITED;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче