mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 940101 - Switching between Firefox Desktop/Firefox Metro environments not always working. r=jimm
When mShuttingDown is true, and the CEH is running, it bails out after the GetValue call and doesn't call Execute. When we return S_OK instead of E_FAIL everything works as expected.
This commit is contained in:
parent
82c49a0793
commit
408fa75498
@ -414,7 +414,7 @@ FrameworkView::OnWindowActivated(ICoreWindow* aSender, IWindowActivatedEventArgs
|
||||
{
|
||||
LogFunction();
|
||||
if (mShuttingDown || !mWidget)
|
||||
return E_FAIL;
|
||||
return S_OK;
|
||||
CoreWindowActivationState state;
|
||||
aArgs->get_WindowActivationState(&state);
|
||||
mWinActiveState = !(state == CoreWindowActivationState::CoreWindowActivationState_Deactivated);
|
||||
|
Loading…
x
Reference in New Issue
Block a user