Missed an ifdef. fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@182167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2186,7 +2186,9 @@ NS_METHOD nsWindow::SetFocus(PRBool aRaise)
|
||||
if (::IsIconic(toplevelWnd))
|
||||
::OpenIcon(toplevelWnd);
|
||||
::SetFocus(mWnd);
|
||||
#ifdef WINCE
|
||||
MapHardwareButtons(mWnd);
|
||||
#endif
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user