mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
another tweak for bug 34631
This commit is contained in:
parent
48f0c9789e
commit
1122730e8d
@ -509,8 +509,10 @@ NS_IMETHODIMP nsMacWindow::Show(PRBool bState)
|
||||
{
|
||||
if ( mAcceptsActivation )
|
||||
::ShowWindow(mWindowPtr);
|
||||
else
|
||||
else {
|
||||
::BringToFront(mWindowPtr); // competes with ComeToFront, but makes popups work
|
||||
::ShowHide(mWindowPtr, true);
|
||||
}
|
||||
ComeToFront();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user